Html Css Color HEX #FFD68F Caramel

📋 copy color: '#FFD68F'

red 255 ◦ green 214 ◦ blue 143

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

Shades of Caramel #FFD68F

Tints of Caramel #FFD68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.37%

R = 41.67%
G = 34.97%
B = 23.37%

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

#FFD68F (or 0xFFD68F) is known color: Caramel. HEX triplet: FF, D6 and 8F. RGB value is (255,214,143). Sum of RGB (Red+Green+Blue) = 255+214+143=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD68F is #002970. Grayscale: #DADADA. Windows color (decimal): -10609 or 9426687. OLE color: 9426687.

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

Color convert

RGB 255 214 143 -
CMYK 0 0.16 0.44 0
HSL 38.04º 1% 0.78% -
HSV(B) 38.04º 0.44% 1% -
XYZ 70.24 71.34 36.05 -
YUV 218.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 255 214 143 0 0.16 0.44 0 38.04 1 0.78
Hex FF D6 8F 0 10 2C 0 26 64 4E
Octal 377 326 217 0 20 54 0 46 144 116
Binary 11111111 11010110 10001111 0 10000 101100 0 100110 1100100 1001110

Color Harmonies of #FFD68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD68F

Black with #FFD68F

Text Example


Text Example

White with #FFD68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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