Html Css Color HEX #FFC980 Chardonnay

📋 copy color: '#FFC980'

red 255 ◦ green 201 ◦ blue 128

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

Shades of Chardonnay #FFC980

Tints of Chardonnay #FFC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.42%

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

R = 43.66%
G = 34.42%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFC980 (or 0xFFC980) is known color: Chardonnay. HEX triplet: FF, C9 and 80. RGB value is (255,201,128). Sum of RGB (Red+Green+Blue) = 255+201+128=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC980 is #00367F. Grayscale: #D1D1D1. Windows color (decimal): -13952 or 8440319. OLE color: 8440319.

HSL color Cylindrical-coordinate representation of color #FFC980: hue angle of 34.49º 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 #FFC980 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 128 -
CMYK 0 0.21 0.50 0
HSL 34.49º 1% 0.75% -
HSV(B) 34.49º 0.5% 1% -
XYZ 66.02 64.59 29.41 -
YUV 208.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 255 201 128 0 0.21 0.50 0 34.49 1 0.75
Hex FF C9 80 0 15 32 0 22 64 4B
Octal 377 311 200 0 25 62 0 42 144 113
Binary 11111111 11001001 10000000 0 10101 110010 0 100010 1100100 1001011

Color Harmonies of #FFC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC980

Black with #FFC980

Text Example


Text Example

White with #FFC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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