Html Css Color HEX #FFCC80 Chardonnay

📋 copy color: '#FFCC80'

red 255 ◦ green 204 ◦ blue 128

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

Shades of Chardonnay #FFCC80

Tints of Chardonnay #FFCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 128 (50.39% from 255) = 21.81%

R = 43.44%
G = 34.75%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFCC80 (or 0xFFCC80) is known color: Chardonnay. HEX triplet: FF, CC and 80. RGB value is (255,204,128). Sum of RGB (Red+Green+Blue) = 255+204+128=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC80 is #00337F. Grayscale: #D2D2D2. Windows color (decimal): -13184 or 8441087. OLE color: 8441087.

HSL color Cylindrical-coordinate representation of color #FFCC80: hue angle of 35.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFCC80 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 128 -
CMYK 0 0.2 0.50 0
HSL 35.91º 1% 0.75% -
HSV(B) 35.91º 0.5% 1% -
XYZ 66.73 66 29.65 -
YUV 210.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 255 204 128 0 0.2 0.50 0 35.91 1 0.75
Hex FF CC 80 0 14 32 0 24 64 4B
Octal 377 314 200 0 24 62 0 44 144 113
Binary 11111111 11001100 10000000 0 10100 110010 0 100100 1100100 1001011

Color Harmonies of #FFCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC80

Black with #FFCC80

Text Example


Text Example

White with #FFCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC80; }

 p { color: rgb(255,204,128); }

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

background-color css

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

 a { background-color: rgb(255,204,128); }

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

border-color css

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

 span { border-color: rgb(255,204,128); }

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