Html Css Color HEX #D7D464 Goldenrod

📋 copy color: '#D7D464'

red 215 ◦ green 212 ◦ blue 100

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

Shades of Goldenrod #D7D464

Tints of Goldenrod #D7D464

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 40.8%
G = 40.23%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7D464 (or 0xD7D464) is known color: Goldenrod. HEX triplet: D7, D4 and 64. RGB value is (215,212,100). Sum of RGB (Red+Green+Blue) = 215+212+100=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D464 is #282B9B. Grayscale: #C8C8C8. Windows color (decimal): -2632604 or 6608087. OLE color: 6608087.

HSL color Cylindrical-coordinate representation of color #D7D464: hue angle of 58.43º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7D464 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 212 100 -
CMYK 0 0.01 0.53 0.16
HSL 58.43º 0.59% 0.62% -
HSV(B) 58.43º 0.53% 0.84% -
XYZ 53.87 62.45 21.27 -
YUV 200.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 215 212 100 0 0.01 0.53 0.16 58.43 0.59 0.62
Hex D7 D4 64 0 1 35 10 3A 3B 3E
Octal 327 324 144 0 1 65 20 72 73 76
Binary 11010111 11010100 1100100 0 1 110101 10000 111010 111011 111110

Color Harmonies of #D7D464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D464

Black with #D7D464

Text Example


Text Example

White with #D7D464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D464; }

 p { color: rgb(215,212,100); }

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

background-color css

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

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

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

border-color css

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

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

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