Html Css Color HEX #D4D46F Goldenrod

📋 copy color: '#D4D46F'

red 212 ◦ green 212 ◦ blue 111

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

Shades of Goldenrod #D4D46F

Tints of Goldenrod #D4D46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

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

R = 39.63%
G = 39.63%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4D46F (or 0xD4D46F) is known color: Goldenrod. HEX triplet: D4, D4 and 6F. RGB value is (212,212,111). Sum of RGB (Red+Green+Blue) = 212+212+111=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D46F is #2B2B90. Grayscale: #C8C8C8. Windows color (decimal): -2829201 or 7328980. OLE color: 7328980.

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

Color convert

RGB 212 212 111 -
CMYK 0 0 0.48 0.17
HSL 60º 0.54% 0.63% -
HSV(B) 60º 0.48% 0.83% -
XYZ 53.56 62.23 24.23 -
YUV 200.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 212 212 111 0 0 0.48 0.17 60 0.54 0.63
Hex D4 D4 6F 0 0 30 11 3C 36 3F
Octal 324 324 157 0 0 60 21 74 66 77
Binary 11010100 11010100 1101111 0 0 110000 10001 111100 110110 111111

Color Harmonies of #D4D46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D46F

Black with #D4D46F

Text Example


Text Example

White with #D4D46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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