Html Css Color HEX #FDCD7B Chardonnay

📋 copy color: '#FDCD7B'

red 253 ◦ green 205 ◦ blue 123

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

Shades of Chardonnay #FDCD7B

Tints of Chardonnay #FDCD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 123 (48.44% from 255) = 21.17%

R = 43.55%
G = 35.28%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDCD7B (or 0xFDCD7B) is known color: Chardonnay. HEX triplet: FD, CD and 7B. RGB value is (253,205,123). Sum of RGB (Red+Green+Blue) = 253+205+123=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7B is #023284. Grayscale: #D2D2D2. Windows color (decimal): -144005 or 8113661. OLE color: 8113661.

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

Color convert

RGB 253 205 123 -
CMYK 0 0.19 0.51 0.01
HSL 37.85º 0.97% 0.74% -
HSV(B) 37.85º 0.51% 0.99% -
XYZ 65.91 65.98 28 -
YUV 210 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 253 205 123 0 0.19 0.51 0.01 37.85 0.97 0.74
Hex FD CD 7B 0 13 33 1 26 61 4A
Octal 375 315 173 0 23 63 1 46 141 112
Binary 11111101 11001101 1111011 0 10011 110011 1 100110 1100001 1001010

Color Harmonies of #FDCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD7B

Black with #FDCD7B

Text Example


Text Example

White with #FDCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD7B; }

 p { color: rgb(253,205,123); }

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

background-color css

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

 a { background-color: rgb(253,205,123); }

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

border-color css

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

 span { border-color: rgb(253,205,123); }

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