Html Css Color HEX #D4D56E Goldenrod

📋 copy color: '#D4D56E'

red 212 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #D4D56E

Tints of Goldenrod #D4D56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 39.63%
G = 39.81%
B = 20.56%

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

#D4D56E (or 0xD4D56E) is known color: Goldenrod. HEX triplet: D4, D5 and 6E. RGB value is (212,213,110). Sum of RGB (Red+Green+Blue) = 212+213+110=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D56E is #2B2A91. Grayscale: #C9C9C9. Windows color (decimal): -2828946 or 7263700. OLE color: 7263700.

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

Color convert

RGB 212 213 110 -
CMYK 0.00 0 0.48 0.16
HSL 60.58º 0.55% 0.63% -
HSV(B) 60.58º 0.48% 0.84% -
XYZ 53.76 62.71 24.02 -
YUV 200.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 212 213 110 0.00 0 0.48 0.16 60.58 0.55 0.63
Hex D4 D5 6E 0 0 30 10 3D 37 3F
Octal 324 325 156 0 0 60 20 75 67 77
Binary 11010100 11010101 1101110 0 0 110000 10000 111101 110111 111111

Color Harmonies of #D4D56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D56E

Black with #D4D56E

Text Example


Text Example

White with #D4D56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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