Html Css Color HEX #D4DC6F Goldenrod

📋 copy color: '#D4DC6F'

red 212 ◦ green 220 ◦ blue 111

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

Shades of Goldenrod #D4DC6F

Tints of Goldenrod #D4DC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 39.04%
G = 40.52%
B = 20.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#D4DC6F (or 0xD4DC6F) is known color: Goldenrod. HEX triplet: D4, DC and 6F. RGB value is (212,220,111). Sum of RGB (Red+Green+Blue) = 212+220+111=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC6F is #2B2390. Grayscale: #CDCDCD. Windows color (decimal): -2827153 or 7331028. OLE color: 7331028.

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

Color convert

RGB 212 220 111 -
CMYK 0.04 0 0.50 0.14
HSL 64.4º 0.61% 0.65% -
HSV(B) 64.4º 0.5% 0.86% -
XYZ 55.61 66.33 24.91 -
YUV 205.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 212 220 111 0.04 0 0.50 0.14 64.4 0.61 0.65
Hex D4 DC 6F 4 0 32 E 40 3D 41
Octal 324 334 157 4 0 62 16 100 75 101
Binary 11010100 11011100 1101111 100 0 110010 1110 1000000 111101 1000001

Color Harmonies of #D4DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC6F

Black with #D4DC6F

Text Example


Text Example

White with #D4DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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