Html Css Color HEX #FFDA95 Caramel

📋 copy color: '#FFDA95'

red 255 ◦ green 218 ◦ blue 149

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

Shades of Caramel #FFDA95

Tints of Caramel #FFDA95

RGB

 RED value IS 255 (100% from 255) = 41%

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

 BLUE value IS 149 (58.59% from 255) = 23.95%

R = 41%
G = 35.05%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFDA95 (or 0xFFDA95) is known color: Caramel. HEX triplet: FF, DA and 95. RGB value is (255,218,149). Sum of RGB (Red+Green+Blue) = 255+218+149=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA95 is #00256A. Grayscale: #DDDDDD. Windows color (decimal): -9579 or 9820927. OLE color: 9820927.

HSL color Cylindrical-coordinate representation of color #FFDA95: hue angle of 39.06º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFDA95 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 149 -
CMYK 0 0.15 0.42 0
HSL 39.06º 1% 0.79% -
HSV(B) 39.06º 0.42% 1% -
XYZ 71.74 73.57 38.85 -
YUV 221.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 255 218 149 0 0.15 0.42 0 39.06 1 0.79
Hex FF DA 95 0 F 2A 0 27 64 4F
Octal 377 332 225 0 17 52 0 47 144 117
Binary 11111111 11011010 10010101 0 1111 101010 0 100111 1100100 1001111

Color Harmonies of #FFDA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA95

Black with #FFDA95

Text Example


Text Example

White with #FFDA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA95; }

 p { color: rgb(255,218,149); }

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

background-color css

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

 a { background-color: rgb(255,218,149); }

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

border-color css

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

 span { border-color: rgb(255,218,149); }

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