Html Css Color HEX #FFCA84 Chardonnay

📋 copy color: '#FFCA84'

red 255 ◦ green 202 ◦ blue 132

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

Shades of Chardonnay #FFCA84

Tints of Chardonnay #FFCA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 132 (51.95% from 255) = 22.41%

R = 43.29%
G = 34.3%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFCA84 (or 0xFFCA84) is known color: Chardonnay. HEX triplet: FF, CA and 84. RGB value is (255,202,132). Sum of RGB (Red+Green+Blue) = 255+202+132=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA84 is #00357B. Grayscale: #D2D2D2. Windows color (decimal): -13692 or 8702719. OLE color: 8702719.

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

Color convert

RGB 255 202 132 -
CMYK 0 0.21 0.48 0
HSL 34.15º 1% 0.76% -
HSV(B) 34.15º 0.48% 1% -
XYZ 66.53 65.17 30.9 -
YUV 209.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 255 202 132 0 0.21 0.48 0 34.15 1 0.76
Hex FF CA 84 0 15 30 0 22 64 4C
Octal 377 312 204 0 25 60 0 42 144 114
Binary 11111111 11001010 10000100 0 10101 110000 0 100010 1100100 1001100

Color Harmonies of #FFCA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA84

Black with #FFCA84

Text Example


Text Example

White with #FFCA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA84; }

 p { color: rgb(255,202,132); }

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

background-color css

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

 a { background-color: rgb(255,202,132); }

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

border-color css

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

 span { border-color: rgb(255,202,132); }

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