Html Css Color HEX #FDC876 Chardonnay

📋 copy color: '#FDC876'

red 253 ◦ green 200 ◦ blue 118

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

Shades of Chardonnay #FDC876

Tints of Chardonnay #FDC876

RGB

 RED value IS 253 (99.22% from 255) = 44.31%

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 118 (46.48% from 255) = 20.67%

R = 44.31%
G = 35.03%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDC876 (or 0xFDC876) is known color: Chardonnay. HEX triplet: FD, C8 and 76. RGB value is (253,200,118). Sum of RGB (Red+Green+Blue) = 253+200+118=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC876 is #023789. Grayscale: #CECECE. Windows color (decimal): -145290 or 7784701. OLE color: 7784701.

HSL color Cylindrical-coordinate representation of color #FDC876: hue angle of 36.44º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC876 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 118 -
CMYK 0 0.21 0.53 0.01
HSL 36.44º 0.97% 0.73% -
HSV(B) 36.44º 0.53% 0.99% -
XYZ 64.43 63.5 26 -
YUV 206.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 253 200 118 0 0.21 0.53 0.01 36.44 0.97 0.73
Hex FD C8 76 0 15 35 1 24 61 49
Octal 375 310 166 0 25 65 1 44 141 111
Binary 11111101 11001000 1110110 0 10101 110101 1 100100 1100001 1001001

Color Harmonies of #FDC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC876

Black with #FDC876

Text Example


Text Example

White with #FDC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC876; }

 p { color: rgb(253,200,118); }

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

background-color css

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

 a { background-color: rgb(253,200,118); }

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

border-color css

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

 span { border-color: rgb(253,200,118); }

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