Html Css Color HEX #D8D56A Goldenrod

📋 copy color: '#D8D56A'

red 216 ◦ green 213 ◦ blue 106

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

Shades of Goldenrod #D8D56A

Tints of Goldenrod #D8D56A

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

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

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

R = 40.37%
G = 39.81%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8D56A (or 0xD8D56A) is known color: Goldenrod. HEX triplet: D8, D5 and 6A. RGB value is (216,213,106). Sum of RGB (Red+Green+Blue) = 216+213+106=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D56A is #272A95. Grayscale: #CACACA. Windows color (decimal): -2566806 or 7001560. OLE color: 7001560.

HSL color Cylindrical-coordinate representation of color #D8D56A: hue angle of 58.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8D56A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 106 -
CMYK 0 0.01 0.51 0.15
HSL 58.36º 0.59% 0.63% -
HSV(B) 58.36º 0.51% 0.85% -
XYZ 54.71 63.23 22.96 -
YUV 201.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 216 213 106 0 0.01 0.51 0.15 58.36 0.59 0.63
Hex D8 D5 6A 0 1 33 F 3A 3B 3F
Octal 330 325 152 0 1 63 17 72 73 77
Binary 11011000 11010101 1101010 0 1 110011 1111 111010 111011 111111

Color Harmonies of #D8D56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D56A

Black with #D8D56A

Text Example


Text Example

White with #D8D56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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