Html Css Color HEX #FFD28C Caramel

📋 copy color: '#FFD28C'

red 255 ◦ green 210 ◦ blue 140

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

Shades of Caramel #FFD28C

Tints of Caramel #FFD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 140 (55.08% from 255) = 23.14%

R = 42.15%
G = 34.71%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFD28C (or 0xFFD28C) is known color: Caramel. HEX triplet: FF, D2 and 8C. RGB value is (255,210,140). Sum of RGB (Red+Green+Blue) = 255+210+140=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28C is #002D73. Grayscale: #D7D7D7. Windows color (decimal): -11636 or 9229055. OLE color: 9229055.

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

Color convert

RGB 255 210 140 -
CMYK 0 0.18 0.45 0
HSL 36.52º 1% 0.77% -
HSV(B) 36.52º 0.45% 1% -
XYZ 69.02 69.25 34.54 -
YUV 215.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 255 210 140 0 0.18 0.45 0 36.52 1 0.77
Hex FF D2 8C 0 12 2D 0 25 64 4D
Octal 377 322 214 0 22 55 0 45 144 115
Binary 11111111 11010010 10001100 0 10010 101101 0 100101 1100100 1001101

Color Harmonies of #FFD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD28C

Black with #FFD28C

Text Example


Text Example

White with #FFD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD28C; }

 p { color: rgb(255,210,140); }

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

background-color css

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

 a { background-color: rgb(255,210,140); }

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

border-color css

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

 span { border-color: rgb(255,210,140); }

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