Html Css Color HEX #D0D56B Goldenrod

📋 copy color: '#D0D56B'

red 208 ◦ green 213 ◦ blue 107

#D0D56B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D0D56B

Tints of Goldenrod #D0D56B

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

 GREEN value IS 213 (83.59% from 255) = 40.34%

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 39.39%
G = 40.34%
B = 20.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0D56B (or 0xD0D56B) is known color: Goldenrod. HEX triplet: D0, D5 and 6B. RGB value is (208,213,107). Sum of RGB (Red+Green+Blue) = 208+213+107=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D56B is #2F2A94. Grayscale: #C7C7C7. Windows color (decimal): -3091093 or 7067088. OLE color: 7067088.

HSL color Cylindrical-coordinate representation of color #D0D56B: hue angle of 62.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0D56B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 107 -
CMYK 0.02 0 0.50 0.16
HSL 62.83º 0.56% 0.63% -
HSV(B) 62.83º 0.5% 0.84% -
XYZ 52.46 62.06 23.12 -
YUV 199.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 208 213 107 0.02 0 0.50 0.16 62.83 0.56 0.63
Hex D0 D5 6B 2 0 32 10 3F 38 3F
Octal 320 325 153 2 0 62 20 77 70 77
Binary 11010000 11010101 1101011 10 0 110010 10000 111111 111000 111111

Color Harmonies of #D0D56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D56B

Black with #D0D56B

Text Example


Text Example

White with #D0D56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D56B; }

 p { color: rgb(208,213,107); }

 H1.HeaderClassName
 {
   color: #D0D56B;
 }
 .AnyTagClassName
 {
   color: #D0D56B;
 }
</style>

background-color css

<style>
 a { background-color: #D0D56B; }

 a { background-color: rgb(208,213,107); }

 div.DivClassName
 {
   background-color: #D0D56B;
 }
 .BgClassName
 {
   background-color: #D0D56B;
 }
</style>

border-color css

<style>
 span { border-color: #D0D56B; }

 span { border-color: rgb(208,213,107); }

 td.TdClassName
 {
   border-color: #D0D56B;
 }
 .TagClassName
 {
   border-color: #D0D56B;
 }
</style>