Html Css Color HEX #FDCD7C Chardonnay

📋 copy color: '#FDCD7C'

red 253 ◦ green 205 ◦ blue 124

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

Shades of Chardonnay #FDCD7C

Tints of Chardonnay #FDCD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.31%

R = 43.47%
G = 35.22%
B = 21.31%

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

#FDCD7C (or 0xFDCD7C) is known color: Chardonnay. HEX triplet: FD, CD and 7C. RGB value is (253,205,124). Sum of RGB (Red+Green+Blue) = 253+205+124=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7C is #023283. Grayscale: #D2D2D2. Windows color (decimal): -144004 or 8179197. OLE color: 8179197.

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

Color convert

RGB 253 205 124 -
CMYK 0 0.19 0.51 0.01
HSL 37.67º 0.97% 0.74% -
HSV(B) 37.67º 0.51% 0.99% -
XYZ 65.98 66 28.33 -
YUV 210.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 253 205 124 0 0.19 0.51 0.01 37.67 0.97 0.74
Hex FD CD 7C 0 13 33 1 26 61 4A
Octal 375 315 174 0 23 63 1 46 141 112
Binary 11111101 11001101 1111100 0 10011 110011 1 100110 1100001 1001010

Color Harmonies of #FDCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD7C

Black with #FDCD7C

Text Example


Text Example

White with #FDCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD7C; }

 p { color: rgb(253,205,124); }

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

background-color css

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

 a { background-color: rgb(253,205,124); }

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

border-color css

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

 span { border-color: rgb(253,205,124); }

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