Html Css Color HEX #FDC381 Chardonnay

📋 copy color: '#FDC381'

red 253 ◦ green 195 ◦ blue 129

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

Shades of Chardonnay #FDC381

Tints of Chardonnay #FDC381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

 BLUE value IS 129 (50.78% from 255) = 22.36%

R = 43.85%
G = 33.8%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDC381 (or 0xFDC381) is known color: Chardonnay. HEX triplet: FD, C3 and 81. RGB value is (253,195,129). Sum of RGB (Red+Green+Blue) = 253+195+129=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC381 is #023C7E. Grayscale: #CDCDCD. Windows color (decimal): -146559 or 8504317. OLE color: 8504317.

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

Color convert

RGB 253 195 129 -
CMYK 0 0.23 0.49 0.01
HSL 31.94º 0.97% 0.75% -
HSV(B) 31.94º 0.49% 0.99% -
XYZ 63.99 61.5 29.27 -
YUV 204.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 253 195 129 0 0.23 0.49 0.01 31.94 0.97 0.75
Hex FD C3 81 0 17 31 1 20 61 4B
Octal 375 303 201 0 27 61 1 40 141 113
Binary 11111101 11000011 10000001 0 10111 110001 1 100000 1100001 1001011

Color Harmonies of #FDC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC381

Black with #FDC381

Text Example


Text Example

White with #FDC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC381; }

 p { color: rgb(253,195,129); }

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

background-color css

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

 a { background-color: rgb(253,195,129); }

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

border-color css

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

 span { border-color: rgb(253,195,129); }

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