Html Css Color HEX #D0DB5E Goldenrod

📋 copy color: '#D0DB5E'

red 208 ◦ green 219 ◦ blue 94

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

Shades of Goldenrod #D0DB5E

Tints of Goldenrod #D0DB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.04%

R = 39.92%
G = 42.03%
B = 18.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D0DB5E (or 0xD0DB5E) is known color: Goldenrod. HEX triplet: D0, DB and 5E. RGB value is (208,219,94). Sum of RGB (Red+Green+Blue) = 208+219+94=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DB5E is #2F24A1. Grayscale: #C9C9C9. Windows color (decimal): -3089570 or 6216656. OLE color: 6216656.

HSL color Cylindrical-coordinate representation of color #D0DB5E: hue angle of 65.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0DB5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 94 -
CMYK 0.05 0 0.57 0.14
HSL 65.28º 0.63% 0.61% -
HSV(B) 65.28º 0.57% 0.86% -
XYZ 53.36 64.88 20.3 -
YUV 201.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 208 219 94 0.05 0 0.57 0.14 65.28 0.63 0.61
Hex D0 DB 5E 5 0 39 E 41 3F 3D
Octal 320 333 136 5 0 71 16 101 77 75
Binary 11010000 11011011 1011110 101 0 111001 1110 1000001 111111 111101

Color Harmonies of #D0DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB5E

Black with #D0DB5E

Text Example


Text Example

White with #D0DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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