Html Css Color HEX #FFD68E Caramel

📋 copy color: '#FFD68E'

red 255 ◦ green 214 ◦ blue 142

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

Shades of Caramel #FFD68E

Tints of Caramel #FFD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 142 (55.86% from 255) = 23.24%

R = 41.73%
G = 35.02%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFD68E (or 0xFFD68E) is known color: Caramel. HEX triplet: FF, D6 and 8E. RGB value is (255,214,142). Sum of RGB (Red+Green+Blue) = 255+214+142=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68E is #002971. Grayscale: #DADADA. Windows color (decimal): -10610 or 9361151. OLE color: 9361151.

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

Color convert

RGB 255 214 142 -
CMYK 0 0.16 0.44 0
HSL 38.23º 1% 0.78% -
HSV(B) 38.23º 0.44% 1% -
XYZ 70.17 71.31 35.66 -
YUV 218.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 255 214 142 0 0.16 0.44 0 38.23 1 0.78
Hex FF D6 8E 0 10 2C 0 26 64 4E
Octal 377 326 216 0 20 54 0 46 144 116
Binary 11111111 11010110 10001110 0 10000 101100 0 100110 1100100 1001110

Color Harmonies of #FFD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD68E

Black with #FFD68E

Text Example


Text Example

White with #FFD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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