Html Css Color HEX #FDC67C Chardonnay

📋 copy color: '#FDC67C'

red 253 ◦ green 198 ◦ blue 124

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

Shades of Chardonnay #FDC67C

Tints of Chardonnay #FDC67C

RGB

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

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

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

R = 44%
G = 34.43%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC67C (or 0xFDC67C) is known color: Chardonnay. HEX triplet: FD, C6 and 7C. RGB value is (253,198,124). Sum of RGB (Red+Green+Blue) = 253+198+124=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC67C is #023983. Grayscale: #CECECE. Windows color (decimal): -145796 or 8177405. OLE color: 8177405.

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

Color convert

RGB 253 198 124 -
CMYK 0 0.22 0.51 0.01
HSL 34.42º 0.97% 0.74% -
HSV(B) 34.42º 0.51% 0.99% -
XYZ 64.34 62.73 27.79 -
YUV 206.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 253 198 124 0 0.22 0.51 0.01 34.42 0.97 0.74
Hex FD C6 7C 0 16 33 1 22 61 4A
Octal 375 306 174 0 26 63 1 42 141 112
Binary 11111101 11000110 1111100 0 10110 110011 1 100010 1100001 1001010

Color Harmonies of #FDC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC67C

Black with #FDC67C

Text Example


Text Example

White with #FDC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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