Html Css Color HEX #D4DC61 Goldenrod

📋 copy color: '#D4DC61'

red 212 ◦ green 220 ◦ blue 97

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

Shades of Goldenrod #D4DC61

Tints of Goldenrod #D4DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.59%

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

R = 40.08%
G = 41.59%
B = 18.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D4DC61 (or 0xD4DC61) is known color: Goldenrod. HEX triplet: D4, DC and 61. RGB value is (212,220,97). Sum of RGB (Red+Green+Blue) = 212+220+97=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC61 is #2B239E. Grayscale: #CCCCCC. Windows color (decimal): -2827167 or 6413524. OLE color: 6413524.

HSL color Cylindrical-coordinate representation of color #D4DC61: hue angle of 63.9º degrees, saturation: 0.64, 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 #D4DC61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 97 -
CMYK 0.04 0 0.56 0.14
HSL 63.9º 0.64% 0.62% -
HSV(B) 63.9º 0.56% 0.86% -
XYZ 54.9 66.05 21.16 -
YUV 203.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 212 220 97 0.04 0 0.56 0.14 63.9 0.64 0.62
Hex D4 DC 61 4 0 38 E 40 40 3E
Octal 324 334 141 4 0 70 16 100 100 76
Binary 11010100 11011100 1100001 100 0 111000 1110 1000000 1000000 111110

Color Harmonies of #D4DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC61

Black with #D4DC61

Text Example


Text Example

White with #D4DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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