Html Css Color HEX #D6D56E Goldenrod

📋 copy color: '#D6D56E'

red 214 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #D6D56E

Tints of Goldenrod #D6D56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 39.85%
G = 39.66%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6D56E (or 0xD6D56E) is known color: Goldenrod. HEX triplet: D6, D5 and 6E. RGB value is (214,213,110). Sum of RGB (Red+Green+Blue) = 214+213+110=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D56E is #292A91. Grayscale: #C9C9C9. Windows color (decimal): -2697874 or 7263702. OLE color: 7263702.

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

Color convert

RGB 214 213 110 -
CMYK 0 0.00 0.49 0.16
HSL 59.42º 0.56% 0.64% -
HSV(B) 59.42º 0.49% 0.84% -
XYZ 54.34 63.01 24.05 -
YUV 201.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 214 213 110 0 0.00 0.49 0.16 59.42 0.56 0.64
Hex D6 D5 6E 0 0 31 10 3B 38 40
Octal 326 325 156 0 0 61 20 73 70 100
Binary 11010110 11010101 1101110 0 0 110001 10000 111011 111000 1000000

Color Harmonies of #D6D56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D56E

Black with #D6D56E

Text Example


Text Example

White with #D6D56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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