Html Css Color HEX #FFD08C Caramel

📋 copy color: '#FFD08C'

red 255 ◦ green 208 ◦ blue 140

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

Shades of Caramel #FFD08C

Tints of Caramel #FFD08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.49%

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

R = 42.29%
G = 34.49%
B = 23.22%

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

#FFD08C (or 0xFFD08C) is known color: Caramel. HEX triplet: FF, D0 and 8C. RGB value is (255,208,140). Sum of RGB (Red+Green+Blue) = 255+208+140=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD08C is #002F73. Grayscale: #D6D6D6. Windows color (decimal): -12148 or 9228543. OLE color: 9228543.

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

Color convert

RGB 255 208 140 -
CMYK 0 0.18 0.45 0
HSL 35.48º 1% 0.77% -
HSV(B) 35.48º 0.45% 1% -
XYZ 68.53 68.27 34.38 -
YUV 214.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 255 208 140 0 0.18 0.45 0 35.48 1 0.77
Hex FF D0 8C 0 12 2D 0 23 64 4D
Octal 377 320 214 0 22 55 0 43 144 115
Binary 11111111 11010000 10001100 0 10010 101101 0 100011 1100100 1001101

Color Harmonies of #FFD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD08C

Black with #FFD08C

Text Example


Text Example

White with #FFD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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