Html Css Color HEX #FDC671 Chardonnay

📋 copy color: '#FDC671'

red 253 ◦ green 198 ◦ blue 113

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

Shades of Chardonnay #FDC671

Tints of Chardonnay #FDC671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 44.86%
G = 35.11%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC671 (or 0xFDC671) is known color: Chardonnay. HEX triplet: FD, C6 and 71. RGB value is (253,198,113). Sum of RGB (Red+Green+Blue) = 253+198+113=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC671 is #02398E. Grayscale: #CDCDCD. Windows color (decimal): -145807 or 7456509. OLE color: 7456509.

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

Color convert

RGB 253 198 113 -
CMYK 0 0.22 0.55 0.01
HSL 36.43º 0.97% 0.72% -
HSV(B) 36.43º 0.55% 0.99% -
XYZ 63.68 62.46 24.32 -
YUV 204.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 253 198 113 0 0.22 0.55 0.01 36.43 0.97 0.72
Hex FD C6 71 0 16 37 1 24 61 48
Octal 375 306 161 0 26 67 1 44 141 110
Binary 11111101 11000110 1110001 0 10110 110111 1 100100 1100001 1001000

Color Harmonies of #FDC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC671

Black with #FDC671

Text Example


Text Example

White with #FDC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC671; }

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

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

background-color css

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

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

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

border-color css

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

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

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