Html Css Color HEX #D0DB6E Goldenrod

📋 copy color: '#D0DB6E'

red 208 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #D0DB6E

Tints of Goldenrod #D0DB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 38.73%
G = 40.78%
B = 20.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D0DB6E (or 0xD0DB6E) is known color: Goldenrod. HEX triplet: D0, DB and 6E. RGB value is (208,219,110). Sum of RGB (Red+Green+Blue) = 208+219+110=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB6E is #2F2491. Grayscale: #CBCBCB. Windows color (decimal): -3089554 or 7265232. OLE color: 7265232.

HSL color Cylindrical-coordinate representation of color #D0DB6E: hue angle of 66.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0DB6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 110 -
CMYK 0.05 0 0.50 0.14
HSL 66.06º 0.6% 0.65% -
HSV(B) 66.06º 0.5% 0.86% -
XYZ 54.16 65.2 24.48 -
YUV 203.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 208 219 110 0.05 0 0.50 0.14 66.06 0.6 0.65
Hex D0 DB 6E 5 0 32 E 42 3C 41
Octal 320 333 156 5 0 62 16 102 74 101
Binary 11010000 11011011 1101110 101 0 110010 1110 1000010 111100 1000001

Color Harmonies of #D0DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB6E

Black with #D0DB6E

Text Example


Text Example

White with #D0DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB6E; }

 p { color: rgb(208,219,110); }

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

background-color css

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

 a { background-color: rgb(208,219,110); }

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

border-color css

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

 span { border-color: rgb(208,219,110); }

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