Html Css Color HEX #FFD38D Caramel

📋 copy color: '#FFD38D'

red 255 ◦ green 211 ◦ blue 141

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

Shades of Caramel #FFD38D

Tints of Caramel #FFD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

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

R = 42.01%
G = 34.76%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFD38D (or 0xFFD38D) is known color: Caramel. HEX triplet: FF, D3 and 8D. RGB value is (255,211,141). Sum of RGB (Red+Green+Blue) = 255+211+141=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD38D is #002C72. Grayscale: #D8D8D8. Windows color (decimal): -11379 or 9294847. OLE color: 9294847.

HSL color Cylindrical-coordinate representation of color #FFD38D: hue angle of 36.84º 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 #FFD38D is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 211 141 -
CMYK 0 0.17 0.45 0
HSL 36.84º 1% 0.78% -
HSV(B) 36.84º 0.45% 1% -
XYZ 69.34 69.77 35.01 -
YUV 216.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 255 211 141 0 0.17 0.45 0 36.84 1 0.78
Hex FF D3 8D 0 11 2D 0 25 64 4E
Octal 377 323 215 0 21 55 0 45 144 116
Binary 11111111 11010011 10001101 0 10001 101101 0 100101 1100100 1001110

Color Harmonies of #FFD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD38D

Black with #FFD38D

Text Example


Text Example

White with #FFD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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