Html Css Color HEX #D4D36D Goldenrod

📋 copy color: '#D4D36D'

red 212 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #D4D36D

Tints of Goldenrod #D4D36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.66%

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

R = 39.85%
G = 39.66%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4D36D (or 0xD4D36D) is known color: Goldenrod. HEX triplet: D4, D3 and 6D. RGB value is (212,211,109). Sum of RGB (Red+Green+Blue) = 212+211+109=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D36D is #2B2C92. Grayscale: #C8C8C8. Windows color (decimal): -2829459 or 7197652. OLE color: 7197652.

HSL color Cylindrical-coordinate representation of color #D4D36D: hue angle of 59.42º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4D36D is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 211 109 -
CMYK 0 0.00 0.49 0.17
HSL 59.42º 0.54% 0.63% -
HSV(B) 59.42º 0.49% 0.83% -
XYZ 53.21 61.69 23.57 -
YUV 199.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 212 211 109 0 0.00 0.49 0.17 59.42 0.54 0.63
Hex D4 D3 6D 0 0 31 11 3B 36 3F
Octal 324 323 155 0 0 61 21 73 66 77
Binary 11010100 11010011 1101101 0 0 110001 10001 111011 110110 111111

Color Harmonies of #D4D36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D36D

Black with #D4D36D

Text Example


Text Example

White with #D4D36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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