Html Css Color HEX #FFCC7C Chardonnay

📋 copy color: '#FFCC7C'

red 255 ◦ green 204 ◦ blue 124

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

Shades of Chardonnay #FFCC7C

Tints of Chardonnay #FFCC7C

RGB

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

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

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

R = 43.74%
G = 34.99%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCC7C (or 0xFFCC7C) is known color: Chardonnay. HEX triplet: FF, CC and 7C. RGB value is (255,204,124). Sum of RGB (Red+Green+Blue) = 255+204+124=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC7C is #003383. Grayscale: #D2D2D2. Windows color (decimal): -13188 or 8178943. OLE color: 8178943.

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

Color convert

RGB 255 204 124 -
CMYK 0 0.2 0.51 0
HSL 36.64º 1% 0.74% -
HSV(B) 36.64º 0.51% 1% -
XYZ 66.47 65.9 28.29 -
YUV 210.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 255 204 124 0 0.2 0.51 0 36.64 1 0.74
Hex FF CC 7C 0 14 33 0 25 64 4A
Octal 377 314 174 0 24 63 0 45 144 112
Binary 11111111 11001100 1111100 0 10100 110011 0 100101 1100100 1001010

Color Harmonies of #FFCC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC7C

Black with #FFCC7C

Text Example


Text Example

White with #FFCC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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