#FDCB7D

Color #FDCB7D Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FDCB7D

Tints of Chardonnay #FDCB7D

Color information

#FDCB7D (or 0xFDCB7D) is unknown color: approx Chardonnay. HEX triplet: FD, CB and 7D. RGB value is (253,203,125). Sum of RGB (Red+Green+Blue) = 253+203+125=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB7D is #023482. Grayscale: #D1D1D1. Windows color (decimal): -144515 or 8244221. OLE color: 8244221.

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

Color convert

RGB253203125-
CMYK00.200.510.01
HSL36.56º96.97%74.12%-
HSV(B)36.56º50.59%99.22%-
XYZ65.5765.0828.51-
YUV209.0680.56159.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=43.55%
G=34.94%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320312500.200.510.0136.5696.9774.12
HexFDCB7D01433125614a
Octal37531317502463145141112
Binary11111101110010111111101010100110011110010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB7D; }

 p { color: rgb(253,203,125); }

 H1.HeaderClassName
 {
   color: #FDCB7D;
 }
 .AnyTagClassName
 {
   color: #FDCB7D;
 }
</style>
background-color css

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

 a { background-color: rgb(253,203,125); }

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

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

 span { border-color: rgb(253,203,125); }

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