Html Css Color HEX #D6D575 Goldenrod

📋 copy color: '#D6D575'

red 214 ◦ green 213 ◦ blue 117

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

Shades of Goldenrod #D6D575

Tints of Goldenrod #D6D575

RGB

 RED value IS 214 (83.98% from 255) = 39.34%

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 39.34%
G = 39.15%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6D575 (or 0xD6D575) is known color: Goldenrod. HEX triplet: D6, D5 and 75. RGB value is (214,213,117). Sum of RGB (Red+Green+Blue) = 214+213+117=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D575 is #292A8A. Grayscale: #CACACA. Windows color (decimal): -2697867 or 7722454. OLE color: 7722454.

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

Color convert

RGB 214 213 117 -
CMYK 0 0.00 0.45 0.16
HSL 59.38º 0.54% 0.65% -
HSV(B) 59.38º 0.45% 0.84% -
XYZ 54.74 63.17 26.14 -
YUV 202.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 214 213 117 0 0.00 0.45 0.16 59.38 0.54 0.65
Hex D6 D5 75 0 0 2D 10 3B 36 41
Octal 326 325 165 0 0 55 20 73 66 101
Binary 11010110 11010101 1110101 0 0 101101 10000 111011 110110 1000001

Color Harmonies of #D6D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D575

Black with #D6D575

Text Example


Text Example

White with #D6D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D575; }

 p { color: rgb(214,213,117); }

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

background-color css

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

 a { background-color: rgb(214,213,117); }

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

border-color css

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

 span { border-color: rgb(214,213,117); }

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