Html Css Color HEX #FFC585 Chardonnay

📋 copy color: '#FFC585'

red 255 ◦ green 197 ◦ blue 133

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

Shades of Chardonnay #FFC585

Tints of Chardonnay #FFC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

 BLUE value IS 133 (52.34% from 255) = 22.74%

R = 43.59%
G = 33.68%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFC585 (or 0xFFC585) is known color: Chardonnay. HEX triplet: FF, C5 and 85. RGB value is (255,197,133). Sum of RGB (Red+Green+Blue) = 255+197+133=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC585 is #003A7A. Grayscale: #CFCFCF. Windows color (decimal): -14971 or 8766975. OLE color: 8766975.

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

Color convert

RGB 255 197 133 -
CMYK 0 0.23 0.48 0
HSL 31.48º 1% 0.76% -
HSV(B) 31.48º 0.48% 1% -
XYZ 65.44 62.89 30.88 -
YUV 207.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 255 197 133 0 0.23 0.48 0 31.48 1 0.76
Hex FF C5 85 0 17 30 0 1F 64 4C
Octal 377 305 205 0 27 60 0 37 144 114
Binary 11111111 11000101 10000101 0 10111 110000 0 11111 1100100 1001100

Color Harmonies of #FFC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC585

Black with #FFC585

Text Example


Text Example

White with #FFC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC585; }

 p { color: rgb(255,197,133); }

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

background-color css

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

 a { background-color: rgb(255,197,133); }

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

border-color css

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

 span { border-color: rgb(255,197,133); }

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