Html Css Color HEX #FFC476 Chardonnay

📋 copy color: '#FFC476'

red 255 ◦ green 196 ◦ blue 118

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

Shades of Chardonnay #FFC476

Tints of Chardonnay #FFC476

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 196 (76.95% from 255) = 34.45%

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

R = 44.82%
G = 34.45%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFC476 (or 0xFFC476) is known color: Chardonnay. HEX triplet: FF, C4 and 76. RGB value is (255,196,118). Sum of RGB (Red+Green+Blue) = 255+196+118=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC476 is #003B89. Grayscale: #CDCDCD. Windows color (decimal): -15242 or 7783679. OLE color: 7783679.

HSL color Cylindrical-coordinate representation of color #FFC476: hue angle of 34.16º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC476 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 196 118 -
CMYK 0 0.23 0.54 0
HSL 34.16º 1% 0.73% -
HSV(B) 34.16º 0.54% 1% -
XYZ 64.25 62.05 25.73 -
YUV 204.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 255 196 118 0 0.23 0.54 0 34.16 1 0.73
Hex FF C4 76 0 17 36 0 22 64 49
Octal 377 304 166 0 27 66 0 42 144 111
Binary 11111111 11000100 1110110 0 10111 110110 0 100010 1100100 1001001

Color Harmonies of #FFC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC476

Black with #FFC476

Text Example


Text Example

White with #FFC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC476; }

 p { color: rgb(255,196,118); }

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

background-color css

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

 a { background-color: rgb(255,196,118); }

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

border-color css

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

 span { border-color: rgb(255,196,118); }

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