Html Css Color HEX #FFD29B Caramel

📋 copy color: '#FFD29B'

red 255 ◦ green 210 ◦ blue 155

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

Shades of Caramel #FFD29B

Tints of Caramel #FFD29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25%

R = 41.13%
G = 33.87%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFD29B (or 0xFFD29B) is known color: Caramel. HEX triplet: FF, D2 and 9B. RGB value is (255,210,155). Sum of RGB (Red+Green+Blue) = 255+210+155=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29B is #002D64. Grayscale: #D9D9D9. Windows color (decimal): -11621 or 10212095. OLE color: 10212095.

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

Color convert

RGB 255 210 155 -
CMYK 0 0.18 0.39 0
HSL 33º 1% 0.8% -
HSV(B) 33º 0.39% 1% -
XYZ 70.2 69.72 40.77 -
YUV 217.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 255 210 155 0 0.18 0.39 0 33 1 0.8
Hex FF D2 9B 0 12 27 0 21 64 50
Octal 377 322 233 0 22 47 0 41 144 120
Binary 11111111 11010010 10011011 0 10010 100111 0 100001 1100100 1010000

Color Harmonies of #FFD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD29B

Black with #FFD29B

Text Example


Text Example

White with #FFD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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