#FFD68D

Color #FFD68D Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #FFD68D

Tints of Caramel #FFD68D

Color information

#FFD68D (or 0xFFD68D) is unknown color: approx Caramel. HEX triplet: FF, D6 and 8D. RGB value is (255,214,141). Sum of RGB (Red+Green+Blue) = 255+214+141=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68D is #002972. Grayscale: #DADADA. Windows color (decimal): -10611 or 9295615. OLE color: 9295615.

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

Color convert

RGB255214141-
CMYK00.160.450
HSL38.42º100%77.65%-
HSV(B)38.42º44.71%100%-
XYZ70.0971.2835.26-
YUV217.9484.58154.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 141 (55.47% from 255) = 23.11%
R=41.80%
G=35.08%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521414100.160.45038.4210077.65
HexFFD68D0102D026644e
Octal37732621502055046144116
Binary111111111101011010001101010000101101010011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD68D; }

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

 H1.HeaderClassName
 {
   color: #FFD68D;
 }
 .AnyTagClassName
 {
   color: #FFD68D;
 }
</style>
background-color css

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

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

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

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

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

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