Html Css Color HEX #D4D860 Goldenrod

📋 copy color: '#D4D860'

red 212 ◦ green 216 ◦ blue 96

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

Shades of Goldenrod #D4D860

Tints of Goldenrod #D4D860

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 40.46%
G = 41.22%
B = 18.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D4D860 (or 0xD4D860) is known color: Goldenrod. HEX triplet: D4, D8 and 60. RGB value is (212,216,96). Sum of RGB (Red+Green+Blue) = 212+216+96=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D860 is #2B279F. Grayscale: #C9C9C9. Windows color (decimal): -2828192 or 6346964. OLE color: 6346964.

HSL color Cylindrical-coordinate representation of color #D4D860: hue angle of 62º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4D860 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 96 -
CMYK 0.02 0 0.56 0.15
HSL 62º 0.61% 0.61% -
HSV(B) 62º 0.56% 0.85% -
XYZ 53.82 63.95 20.57 -
YUV 201.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 212 216 96 0.02 0 0.56 0.15 62 0.61 0.61
Hex D4 D8 60 2 0 38 F 3E 3D 3D
Octal 324 330 140 2 0 70 17 76 75 75
Binary 11010100 11011000 1100000 10 0 111000 1111 111110 111101 111101

Color Harmonies of #D4D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D860

Black with #D4D860

Text Example


Text Example

White with #D4D860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D860; }

 p { color: rgb(212,216,96); }

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

background-color css

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

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

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

border-color css

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

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

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