Html Css Color HEX #FDCD7D Chardonnay

📋 copy color: '#FDCD7D'

red 253 ◦ green 205 ◦ blue 125

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

Shades of Chardonnay #FDCD7D

Tints of Chardonnay #FDCD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 43.4%
G = 35.16%
B = 21.44%

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

#FDCD7D (or 0xFDCD7D) is known color: Chardonnay. HEX triplet: FD, CD and 7D. RGB value is (253,205,125). Sum of RGB (Red+Green+Blue) = 253+205+125=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7D is #023282. Grayscale: #D2D2D2. Windows color (decimal): -144003 or 8244733. OLE color: 8244733.

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

Color convert

RGB 253 205 125 -
CMYK 0 0.19 0.51 0.01
HSL 37.5º 0.97% 0.74% -
HSV(B) 37.5º 0.51% 0.99% -
XYZ 66.04 66.03 28.67 -
YUV 210.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 253 205 125 0 0.19 0.51 0.01 37.5 0.97 0.74
Hex FD CD 7D 0 13 33 1 26 61 4A
Octal 375 315 175 0 23 63 1 46 141 112
Binary 11111101 11001101 1111101 0 10011 110011 1 100110 1100001 1001010

Color Harmonies of #FDCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD7D

Black with #FDCD7D

Text Example


Text Example

White with #FDCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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