#FFCC7A

Color #FFCC7A Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FFCC7A

Tints of Chardonnay #FFCC7A

Color information

#FFCC7A (or 0xFFCC7A) is unknown color: approx Chardonnay. HEX triplet: FF, CC and 7A. RGB value is (255,204,122). Sum of RGB (Red+Green+Blue) = 255+204+122=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC7A is #003385. Grayscale: #D2D2D2. Windows color (decimal): -13190 or 8047871. OLE color: 8047871.

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

Color convert

RGB255204122-
CMYK00.20.520
HSL36.99º100%73.92%-
HSV(B)36.99º52.16%100%-
XYZ66.3565.8527.63-
YUV209.978.4160.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 122 (48.05% from 255) = 21.00%
R=43.89%
G=35.11%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520412200.20.52036.9910073.92
HexFFCC7A01434025644a
Octal37731417202464045144112
Binary11111111110011001111010010100110100010010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCC7A; }

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

 H1.HeaderClassName
 {
   color: #FFCC7A;
 }
 .AnyTagClassName
 {
   color: #FFCC7A;
 }
</style>
background-color css

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

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

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

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

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

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