Html Css Color HEX #D6D564 Goldenrod

📋 copy color: '#D6D564'

red 214 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #D6D564

Tints of Goldenrod #D6D564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 40.61%
G = 40.42%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6D564 (or 0xD6D564) is known color: Goldenrod. HEX triplet: D6, D5 and 64. RGB value is (214,213,100). Sum of RGB (Red+Green+Blue) = 214+213+100=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D564 is #292A9B. Grayscale: #C8C8C8. Windows color (decimal): -2697884 or 6608342. OLE color: 6608342.

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

Color convert

RGB 214 213 100 -
CMYK 0 0.00 0.53 0.16
HSL 59.47º 0.58% 0.62% -
HSV(B) 59.47º 0.53% 0.84% -
XYZ 53.83 62.8 21.34 -
YUV 200.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 214 213 100 0 0.00 0.53 0.16 59.47 0.58 0.62
Hex D6 D5 64 0 0 35 10 3B 3A 3E
Octal 326 325 144 0 0 65 20 73 72 76
Binary 11010110 11010101 1100100 0 0 110101 10000 111011 111010 111110

Color Harmonies of #D6D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D564

Black with #D6D564

Text Example


Text Example

White with #D6D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D564; }

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

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

background-color css

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

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

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

border-color css

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

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

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