Html Css Color HEX #FDC685 Chardonnay

📋 copy color: '#FDC685'

red 253 ◦ green 198 ◦ blue 133

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

Shades of Chardonnay #FDC685

Tints of Chardonnay #FDC685

RGB

 RED value IS 253 (99.22% from 255) = 43.32%

 GREEN value IS 198 (77.73% from 255) = 33.9%

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

R = 43.32%
G = 33.9%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDC685 (or 0xFDC685) is known color: Chardonnay. HEX triplet: FD, C6 and 85. RGB value is (253,198,133). Sum of RGB (Red+Green+Blue) = 253+198+133=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC685 is #02397A. Grayscale: #CFCFCF. Windows color (decimal): -145787 or 8767229. OLE color: 8767229.

HSL color Cylindrical-coordinate representation of color #FDC685: hue angle of 32.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC685 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 133 -
CMYK 0 0.22 0.47 0.01
HSL 32.5º 0.97% 0.76% -
HSV(B) 32.5º 0.47% 0.99% -
XYZ 64.94 62.96 30.92 -
YUV 207.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 253 198 133 0 0.22 0.47 0.01 32.5 0.97 0.76
Hex FD C6 85 0 16 2F 1 20 61 4C
Octal 375 306 205 0 26 57 1 40 141 114
Binary 11111101 11000110 10000101 0 10110 101111 1 100000 1100001 1001100

Color Harmonies of #FDC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC685

Black with #FDC685

Text Example


Text Example

White with #FDC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC685; }

 p { color: rgb(253,198,133); }

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

background-color css

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

 a { background-color: rgb(253,198,133); }

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

border-color css

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

 span { border-color: rgb(253,198,133); }

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