Html Css Color HEX #D6D569 Goldenrod

📋 copy color: '#D6D569'

red 214 ◦ green 213 ◦ blue 105

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

Shades of Goldenrod #D6D569

Tints of Goldenrod #D6D569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.74%

R = 40.23%
G = 40.04%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6D569 (or 0xD6D569) is known color: Goldenrod. HEX triplet: D6, D5 and 69. RGB value is (214,213,105). Sum of RGB (Red+Green+Blue) = 214+213+105=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D569 is #292A96. Grayscale: #C9C9C9. Windows color (decimal): -2697879 or 6936022. OLE color: 6936022.

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

Color convert

RGB 214 213 105 -
CMYK 0 0.00 0.51 0.16
HSL 59.45º 0.57% 0.63% -
HSV(B) 59.45º 0.51% 0.84% -
XYZ 54.08 62.9 22.66 -
YUV 200.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 214 213 105 0 0.00 0.51 0.16 59.45 0.57 0.63
Hex D6 D5 69 0 0 33 10 3B 39 3F
Octal 326 325 151 0 0 63 20 73 71 77
Binary 11010110 11010101 1101001 0 0 110011 10000 111011 111001 111111

Color Harmonies of #D6D569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D569

Black with #D6D569

Text Example


Text Example

White with #D6D569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D569; }

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

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

background-color css

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

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

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

border-color css

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

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

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