Html Css Color HEX #D6D77C Goldenrod

📋 copy color: '#D6D77C'

red 214 ◦ green 215 ◦ blue 124

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

Shades of Goldenrod #D6D77C

Tints of Goldenrod #D6D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.88%

 BLUE value IS 124 (48.83% from 255) = 22.42%

R = 38.7%
G = 38.88%
B = 22.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6D77C (or 0xD6D77C) is known color: Goldenrod. HEX triplet: D6, D7 and 7C. RGB value is (214,215,124). Sum of RGB (Red+Green+Blue) = 214+215+124=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D77C is #292883. Grayscale: #CCCCCC. Windows color (decimal): -2697348 or 8181718. OLE color: 8181718.

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

Color convert

RGB 214 215 124 -
CMYK 0.00 0 0.42 0.16
HSL 60.66º 0.53% 0.66% -
HSV(B) 60.66º 0.42% 0.84% -
XYZ 55.67 64.35 28.56 -
YUV 204.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 214 215 124 0.00 0 0.42 0.16 60.66 0.53 0.66
Hex D6 D7 7C 0 0 2A 10 3D 35 42
Octal 326 327 174 0 0 52 20 75 65 102
Binary 11010110 11010111 1111100 0 0 101010 10000 111101 110101 1000010

Color Harmonies of #D6D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D77C

Black with #D6D77C

Text Example


Text Example

White with #D6D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D77C; }

 p { color: rgb(214,215,124); }

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

background-color css

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

 a { background-color: rgb(214,215,124); }

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

border-color css

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

 span { border-color: rgb(214,215,124); }

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