Html Css Color HEX #FFD88D Caramel

📋 copy color: '#FFD88D'

red 255 ◦ green 216 ◦ blue 141

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

Shades of Caramel #FFD88D

Tints of Caramel #FFD88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

 BLUE value IS 141 (55.47% from 255) = 23.04%

R = 41.67%
G = 35.29%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFD88D (or 0xFFD88D) is known color: Caramel. HEX triplet: FF, D8 and 8D. RGB value is (255,216,141). Sum of RGB (Red+Green+Blue) = 255+216+141=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD88D is #002772. Grayscale: #DBDBDB. Windows color (decimal): -10099 or 9296127. OLE color: 9296127.

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

Color convert

RGB 255 216 141 -
CMYK 0 0.15 0.45 0
HSL 39.47º 1% 0.78% -
HSV(B) 39.47º 0.45% 1% -
XYZ 70.6 72.29 35.43 -
YUV 219.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 255 216 141 0 0.15 0.45 0 39.47 1 0.78
Hex FF D8 8D 0 F 2D 0 27 64 4E
Octal 377 330 215 0 17 55 0 47 144 116
Binary 11111111 11011000 10001101 0 1111 101101 0 100111 1100100 1001110

Color Harmonies of #FFD88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD88D

Black with #FFD88D

Text Example


Text Example

White with #FFD88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD88D; }

 p { color: rgb(255,216,141); }

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

background-color css

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

 a { background-color: rgb(255,216,141); }

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

border-color css

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

 span { border-color: rgb(255,216,141); }

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