Html Css Color HEX #D4D56F Goldenrod

📋 copy color: '#D4D56F'

red 212 ◦ green 213 ◦ blue 111

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

Shades of Goldenrod #D4D56F

Tints of Goldenrod #D4D56F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 39.55%
G = 39.74%
B = 20.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D4D56F (or 0xD4D56F) is known color: Goldenrod. HEX triplet: D4, D5 and 6F. RGB value is (212,213,111). Sum of RGB (Red+Green+Blue) = 212+213+111=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D56F is #2B2A90. Grayscale: #C9C9C9. Windows color (decimal): -2828945 or 7329236. OLE color: 7329236.

HSL color Cylindrical-coordinate representation of color #D4D56F: hue angle of 60.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4D56F is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 111 -
CMYK 0.00 0 0.48 0.16
HSL 60.59º 0.55% 0.64% -
HSV(B) 60.59º 0.48% 0.84% -
XYZ 53.81 62.73 24.31 -
YUV 201.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 212 213 111 0.00 0 0.48 0.16 60.59 0.55 0.64
Hex D4 D5 6F 0 0 30 10 3D 37 40
Octal 324 325 157 0 0 60 20 75 67 100
Binary 11010100 11010101 1101111 0 0 110000 10000 111101 110111 1000000

Color Harmonies of #D4D56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D56F

Black with #D4D56F

Text Example


Text Example

White with #D4D56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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