Html Css Color HEX #D4D560 Goldenrod

📋 copy color: '#D4D560'

red 212 ◦ green 213 ◦ blue 96

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

Shades of Goldenrod #D4D560

Tints of Goldenrod #D4D560

RGB

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

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

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

R = 40.69%
G = 40.88%
B = 18.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D4D560 (or 0xD4D560) is known color: Goldenrod. HEX triplet: D4, D5 and 60. RGB value is (212,213,96). Sum of RGB (Red+Green+Blue) = 212+213+96=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D560 is #2B2A9F. Grayscale: #C7C7C7. Windows color (decimal): -2828960 or 6346196. OLE color: 6346196.

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

Color convert

RGB 212 213 96 -
CMYK 0.00 0 0.55 0.16
HSL 60.51º 0.58% 0.61% -
HSV(B) 60.51º 0.55% 0.84% -
XYZ 53.06 62.43 20.32 -
YUV 199.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 212 213 96 0.00 0 0.55 0.16 60.51 0.58 0.61
Hex D4 D5 60 0 0 37 10 3D 3A 3D
Octal 324 325 140 0 0 67 20 75 72 75
Binary 11010100 11010101 1100000 0 0 110111 10000 111101 111010 111101

Color Harmonies of #D4D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D560

Black with #D4D560

Text Example


Text Example

White with #D4D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D560; }

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

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

background-color css

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

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

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

border-color css

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

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

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