Html Css Color HEX #D4DC6D Goldenrod

📋 copy color: '#D4DC6D'

red 212 ◦ green 220 ◦ blue 109

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

Shades of Goldenrod #D4DC6D

Tints of Goldenrod #D4DC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 39.19%
G = 40.67%
B = 20.15%

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

#D4DC6D (or 0xD4DC6D) is known color: Goldenrod. HEX triplet: D4, DC and 6D. RGB value is (212,220,109). Sum of RGB (Red+Green+Blue) = 212+220+109=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC6D is #2B2392. Grayscale: #CDCDCD. Windows color (decimal): -2827155 or 7199956. OLE color: 7199956.

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

Color convert

RGB 212 220 109 -
CMYK 0.04 0 0.50 0.14
HSL 64.32º 0.61% 0.65% -
HSV(B) 64.32º 0.5% 0.86% -
XYZ 55.5 66.29 24.34 -
YUV 204.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 212 220 109 0.04 0 0.50 0.14 64.32 0.61 0.65
Hex D4 DC 6D 4 0 32 E 40 3D 41
Octal 324 334 155 4 0 62 16 100 75 101
Binary 11010100 11011100 1101101 100 0 110010 1110 1000000 111101 1000001

Color Harmonies of #D4DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC6D

Black with #D4DC6D

Text Example


Text Example

White with #D4DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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