Html Css Color HEX #FFCC7A Chardonnay

📋 copy color: '#FFCC7A'

red 255 ◦ green 204 ◦ blue 122

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

Shades of Chardonnay #FFCC7A

Tints of Chardonnay #FFCC7A

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%

R = 43.89%
G = 35.11%
B = 21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFCC7A (or 0xFFCC7A) is known color: 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

RGB 255 204 122 -
CMYK 0 0.2 0.52 0
HSL 36.99º 1% 0.74% -
HSV(B) 36.99º 0.52% 1% -
XYZ 66.35 65.85 27.63 -
YUV 209.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 255 204 122 0 0.2 0.52 0 36.99 1 0.74
Hex FF CC 7A 0 14 34 0 25 64 4A
Octal 377 314 172 0 24 64 0 45 144 112
Binary 11111111 11001100 1111010 0 10100 110100 0 100101 1100100 1001010

Color Harmonies of #FFCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC7A

Black with #FFCC7A

Text Example


Text Example

White with #FFCC7A

Text Example


Text Example

HTML Codes & Css Web 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>