Html Css Color HEX #FDDA99 Caramel

📋 copy color: '#FDDA99'

red 253 ◦ green 218 ◦ blue 153

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

Shades of Caramel #FDDA99

Tints of Caramel #FDDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.94%

 BLUE value IS 153 (60.16% from 255) = 24.52%

R = 40.54%
G = 34.94%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDDA99 (or 0xFDDA99) is known color: Caramel. HEX triplet: FD, DA and 99. RGB value is (253,218,153). Sum of RGB (Red+Green+Blue) = 253+218+153=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA99 is #022566. Grayscale: #DDDDDD. Windows color (decimal): -140647 or 10083069. OLE color: 10083069.

HSL color Cylindrical-coordinate representation of color #FDDA99: hue angle of 39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDA99 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 153 -
CMYK 0 0.14 0.40 0.01
HSL 39º 0.96% 0.8% -
HSV(B) 39º 0.4% 0.99% -
XYZ 71.33 73.33 40.53 -
YUV 221.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 253 218 153 0 0.14 0.40 0.01 39 0.96 0.8
Hex FD DA 99 0 E 28 1 27 60 50
Octal 375 332 231 0 16 50 1 47 140 120
Binary 11111101 11011010 10011001 0 1110 101000 1 100111 1100000 1010000

Color Harmonies of #FDDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA99

Black with #FDDA99

Text Example


Text Example

White with #FDDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA99; }

 p { color: rgb(253,218,153); }

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

background-color css

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

 a { background-color: rgb(253,218,153); }

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

border-color css

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

 span { border-color: rgb(253,218,153); }

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