Html Css Color HEX #D6D56A Goldenrod

📋 copy color: '#D6D56A'

red 214 ◦ green 213 ◦ blue 106

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

Shades of Goldenrod #D6D56A

Tints of Goldenrod #D6D56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 40.15%
G = 39.96%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6D56A (or 0xD6D56A) is known color: Goldenrod. HEX triplet: D6, D5 and 6A. RGB value is (214,213,106). Sum of RGB (Red+Green+Blue) = 214+213+106=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D56A is #292A95. Grayscale: #C9C9C9. Windows color (decimal): -2697878 or 7001558. OLE color: 7001558.

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

Color convert

RGB 214 213 106 -
CMYK 0 0.00 0.50 0.16
HSL 59.44º 0.57% 0.63% -
HSV(B) 59.44º 0.5% 0.84% -
XYZ 54.13 62.93 22.93 -
YUV 201.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 214 213 106 0 0.00 0.50 0.16 59.44 0.57 0.63
Hex D6 D5 6A 0 0 32 10 3B 39 3F
Octal 326 325 152 0 0 62 20 73 71 77
Binary 11010110 11010101 1101010 0 0 110010 10000 111011 111001 111111

Color Harmonies of #D6D56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D56A

Black with #D6D56A

Text Example


Text Example

White with #D6D56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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