Html Css Color HEX #D4DB5E Goldenrod

📋 copy color: '#D4DB5E'

red 212 ◦ green 219 ◦ blue 94

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

Shades of Goldenrod #D4DB5E

Tints of Goldenrod #D4DB5E

RGB

 RED value IS 212 (83.2% from 255) = 40.38%

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

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

R = 40.38%
G = 41.71%
B = 17.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#D4DB5E (or 0xD4DB5E) is known color: Goldenrod. HEX triplet: D4, DB and 5E. RGB value is (212,219,94). Sum of RGB (Red+Green+Blue) = 212+219+94=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB5E is #2B24A1. Grayscale: #CBCBCB. Windows color (decimal): -2827426 or 6216660. OLE color: 6216660.

HSL color Cylindrical-coordinate representation of color #D4DB5E: hue angle of 63.36º 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 #D4DB5E is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 94 -
CMYK 0.03 0 0.57 0.14
HSL 63.36º 0.63% 0.61% -
HSV(B) 63.36º 0.57% 0.86% -
XYZ 54.5 65.47 20.35 -
YUV 202.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 212 219 94 0.03 0 0.57 0.14 63.36 0.63 0.61
Hex D4 DB 5E 3 0 39 E 3F 3F 3D
Octal 324 333 136 3 0 71 16 77 77 75
Binary 11010100 11011011 1011110 11 0 111001 1110 111111 111111 111101

Color Harmonies of #D4DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB5E

Black with #D4DB5E

Text Example


Text Example

White with #D4DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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