Html Css Color HEX #FCCD7B Chardonnay

📋 copy color: '#FCCD7B'

red 252 ◦ green 205 ◦ blue 123

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

Shades of Chardonnay #FCCD7B

Tints of Chardonnay #FCCD7B

RGB

 RED value IS 252 (98.83% from 255) = 43.45%

 GREEN value IS 205 (80.47% from 255) = 35.34%

 BLUE value IS 123 (48.44% from 255) = 21.21%

R = 43.45%
G = 35.34%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCCD7B (or 0xFCCD7B) is known color: Chardonnay. HEX triplet: FC, CD and 7B. RGB value is (252,205,123). Sum of RGB (Red+Green+Blue) = 252+205+123=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD7B is #033284. Grayscale: #D2D2D2. Windows color (decimal): -209541 or 8113660. OLE color: 8113660.

HSL color Cylindrical-coordinate representation of color #FCCD7B: hue angle of 38.14º degrees, saturation: 0.96, 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 #FCCD7B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 123 -
CMYK 0 0.19 0.51 0.01
HSL 38.14º 0.96% 0.74% -
HSV(B) 38.14º 0.51% 0.99% -
XYZ 65.55 65.79 27.98 -
YUV 209.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 252 205 123 0 0.19 0.51 0.01 38.14 0.96 0.74
Hex FC CD 7B 0 13 33 1 26 60 4A
Octal 374 315 173 0 23 63 1 46 140 112
Binary 11111100 11001101 1111011 0 10011 110011 1 100110 1100000 1001010

Color Harmonies of #FCCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD7B

Black with #FCCD7B

Text Example


Text Example

White with #FCCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD7B; }

 p { color: rgb(252,205,123); }

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

background-color css

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

 a { background-color: rgb(252,205,123); }

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

border-color css

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

 span { border-color: rgb(252,205,123); }

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