Html Css Color HEX #D7D57C Goldenrod

📋 copy color: '#D7D57C'

red 215 ◦ green 213 ◦ blue 124

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

Shades of Goldenrod #D7D57C

Tints of Goldenrod #D7D57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.46%

R = 38.95%
G = 38.59%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7D57C (or 0xD7D57C) is known color: Goldenrod. HEX triplet: D7, D5 and 7C. RGB value is (215,213,124). Sum of RGB (Red+Green+Blue) = 215+213+124=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D57C is #282A83. Grayscale: #CBCBCB. Windows color (decimal): -2632324 or 8181207. OLE color: 8181207.

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

Color convert

RGB 215 213 124 -
CMYK 0 0.01 0.42 0.16
HSL 58.68º 0.53% 0.66% -
HSV(B) 58.68º 0.42% 0.84% -
XYZ 55.46 63.49 28.4 -
YUV 203.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 215 213 124 0 0.01 0.42 0.16 58.68 0.53 0.66
Hex D7 D5 7C 0 1 2A 10 3B 35 42
Octal 327 325 174 0 1 52 20 73 65 102
Binary 11010111 11010101 1111100 0 1 101010 10000 111011 110101 1000010

Color Harmonies of #D7D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D57C

Black with #D7D57C

Text Example


Text Example

White with #D7D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D57C; }

 p { color: rgb(215,213,124); }

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

background-color css

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

 a { background-color: rgb(215,213,124); }

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

border-color css

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

 span { border-color: rgb(215,213,124); }

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