Html Css Color HEX #FDBD6C Chardonnay

📋 copy color: '#FDBD6C'

red 253 ◦ green 189 ◦ blue 108

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

Shades of Chardonnay #FDBD6C

Tints of Chardonnay #FDBD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

 BLUE value IS 108 (42.58% from 255) = 19.64%

R = 46%
G = 34.36%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDBD6C (or 0xFDBD6C) is known color: Chardonnay. HEX triplet: FD, BD and 6C. RGB value is (253,189,108). Sum of RGB (Red+Green+Blue) = 253+189+108=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBD6C is #024293. Grayscale: #C7C7C7. Windows color (decimal): -148116 or 7126525. OLE color: 7126525.

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

Color convert

RGB 253 189 108 -
CMYK 0 0.25 0.57 0.01
HSL 33.52º 0.97% 0.71% -
HSV(B) 33.52º 0.57% 0.99% -
XYZ 61.41 58.36 22.22 -
YUV 198.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 253 189 108 0 0.25 0.57 0.01 33.52 0.97 0.71
Hex FD BD 6C 0 19 39 1 22 61 47
Octal 375 275 154 0 31 71 1 42 141 107
Binary 11111101 10111101 1101100 0 11001 111001 1 100010 1100001 1000111

Color Harmonies of #FDBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBD6C

Black with #FDBD6C

Text Example


Text Example

White with #FDBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBD6C; }

 p { color: rgb(253,189,108); }

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

background-color css

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

 a { background-color: rgb(253,189,108); }

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

border-color css

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

 span { border-color: rgb(253,189,108); }

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