Html Css Color HEX #D4DB61 Goldenrod

📋 copy color: '#D4DB61'

red 212 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #D4DB61

Tints of Goldenrod #D4DB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 40.15%
G = 41.48%
B = 18.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D4DB61 (or 0xD4DB61) is known color: Goldenrod. HEX triplet: D4, DB and 61. RGB value is (212,219,97). Sum of RGB (Red+Green+Blue) = 212+219+97=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB61 is #2B249E. Grayscale: #CBCBCB. Windows color (decimal): -2827423 or 6413268. OLE color: 6413268.

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

Color convert

RGB 212 219 97 -
CMYK 0.03 0 0.56 0.14
HSL 63.44º 0.63% 0.62% -
HSV(B) 63.44º 0.56% 0.86% -
XYZ 54.64 65.52 21.08 -
YUV 203 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 212 219 97 0.03 0 0.56 0.14 63.44 0.63 0.62
Hex D4 DB 61 3 0 38 E 3F 3F 3E
Octal 324 333 141 3 0 70 16 77 77 76
Binary 11010100 11011011 1100001 11 0 111000 1110 111111 111111 111110

Color Harmonies of #D4DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB61

Black with #D4DB61

Text Example


Text Example

White with #D4DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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