Html Css Color HEX #FDCC7F Chardonnay

📋 copy color: '#FDCC7F'

red 253 ◦ green 204 ◦ blue 127

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

Shades of Chardonnay #FDCC7F

Tints of Chardonnay #FDCC7F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

 BLUE value IS 127 (50% from 255) = 21.75%

R = 43.32%
G = 34.93%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDCC7F (or 0xFDCC7F) is known color: Chardonnay. HEX triplet: FD, CC and 7F. RGB value is (253,204,127). Sum of RGB (Red+Green+Blue) = 253+204+127=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC7F is #023380. Grayscale: #D2D2D2. Windows color (decimal): -144257 or 8375549. OLE color: 8375549.

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

Color convert

RGB 253 204 127 -
CMYK 0 0.19 0.50 0.01
HSL 36.67º 0.97% 0.75% -
HSV(B) 36.67º 0.5% 0.99% -
XYZ 65.93 65.6 29.27 -
YUV 209.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 253 204 127 0 0.19 0.50 0.01 36.67 0.97 0.75
Hex FD CC 7F 0 13 32 1 25 61 4B
Octal 375 314 177 0 23 62 1 45 141 113
Binary 11111101 11001100 1111111 0 10011 110010 1 100101 1100001 1001011

Color Harmonies of #FDCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC7F

Black with #FDCC7F

Text Example


Text Example

White with #FDCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC7F; }

 p { color: rgb(253,204,127); }

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

background-color css

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

 a { background-color: rgb(253,204,127); }

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

border-color css

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

 span { border-color: rgb(253,204,127); }

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