Html Css Color HEX #FFD58D Caramel

📋 copy color: '#FFD58D'

red 255 ◦ green 213 ◦ blue 141

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

Shades of Caramel #FFD58D

Tints of Caramel #FFD58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.98%

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

R = 41.87%
G = 34.98%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFD58D (or 0xFFD58D) is known color: Caramel. HEX triplet: FF, D5 and 8D. RGB value is (255,213,141). Sum of RGB (Red+Green+Blue) = 255+213+141=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58D is #002A72. Grayscale: #D9D9D9. Windows color (decimal): -10867 or 9295359. OLE color: 9295359.

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

Color convert

RGB 255 213 141 -
CMYK 0 0.16 0.45 0
HSL 37.89º 1% 0.78% -
HSV(B) 37.89º 0.45% 1% -
XYZ 69.84 70.77 35.18 -
YUV 217.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 255 213 141 0 0.16 0.45 0 37.89 1 0.78
Hex FF D5 8D 0 10 2D 0 26 64 4E
Octal 377 325 215 0 20 55 0 46 144 116
Binary 11111111 11010101 10001101 0 10000 101101 0 100110 1100100 1001110

Color Harmonies of #FFD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD58D

Black with #FFD58D

Text Example


Text Example

White with #FFD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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