Html Css Color HEX #FDC97D Chardonnay

📋 copy color: '#FDC97D'

red 253 ◦ green 201 ◦ blue 125

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

Shades of Chardonnay #FDC97D

Tints of Chardonnay #FDC97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.72%

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 43.7%
G = 34.72%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC97D (or 0xFDC97D) is known color: Chardonnay. HEX triplet: FD, C9 and 7D. RGB value is (253,201,125). Sum of RGB (Red+Green+Blue) = 253+201+125=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97D is #023682. Grayscale: #D0D0D0. Windows color (decimal): -145027 or 8243709. OLE color: 8243709.

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

Color convert

RGB 253 201 125 -
CMYK 0 0.21 0.51 0.01
HSL 35.63º 0.97% 0.74% -
HSV(B) 35.63º 0.51% 0.99% -
XYZ 65.1 64.14 28.35 -
YUV 207.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 253 201 125 0 0.21 0.51 0.01 35.63 0.97 0.74
Hex FD C9 7D 0 15 33 1 24 61 4A
Octal 375 311 175 0 25 63 1 44 141 112
Binary 11111101 11001001 1111101 0 10101 110011 1 100100 1100001 1001010

Color Harmonies of #FDC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC97D

Black with #FDC97D

Text Example


Text Example

White with #FDC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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