Html Css Color HEX #FDCD7A Chardonnay

📋 copy color: '#FDCD7A'

red 253 ◦ green 205 ◦ blue 122

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

Shades of Chardonnay #FDCD7A

Tints of Chardonnay #FDCD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 43.62%
G = 35.34%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDCD7A (or 0xFDCD7A) is known color: Chardonnay. HEX triplet: FD, CD and 7A. RGB value is (253,205,122). Sum of RGB (Red+Green+Blue) = 253+205+122=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7A is #023285. Grayscale: #D2D2D2. Windows color (decimal): -144006 or 8048125. OLE color: 8048125.

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

Color convert

RGB 253 205 122 -
CMYK 0 0.19 0.52 0.01
HSL 38.02º 0.97% 0.74% -
HSV(B) 38.02º 0.52% 0.99% -
XYZ 65.85 65.95 27.67 -
YUV 209.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 253 205 122 0 0.19 0.52 0.01 38.02 0.97 0.74
Hex FD CD 7A 0 13 34 1 26 61 4A
Octal 375 315 172 0 23 64 1 46 141 112
Binary 11111101 11001101 1111010 0 10011 110100 1 100110 1100001 1001010

Color Harmonies of #FDCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD7A

Black with #FDCD7A

Text Example


Text Example

White with #FDCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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