Html Css Color HEX #FFD690 Caramel

📋 copy color: '#FFD690'

red 255 ◦ green 214 ◦ blue 144

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

Shades of Caramel #FFD690

Tints of Caramel #FFD690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.49%

R = 41.6%
G = 34.91%
B = 23.49%

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

#FFD690 (or 0xFFD690) is known color: Caramel. HEX triplet: FF, D6 and 90. RGB value is (255,214,144). Sum of RGB (Red+Green+Blue) = 255+214+144=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD690 is #00296F. Grayscale: #DADADA. Windows color (decimal): -10608 or 9492223. OLE color: 9492223.

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

Color convert

RGB 255 214 144 -
CMYK 0 0.16 0.44 0
HSL 37.84º 1% 0.78% -
HSV(B) 37.84º 0.44% 1% -
XYZ 70.32 71.37 36.45 -
YUV 218.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 255 214 144 0 0.16 0.44 0 37.84 1 0.78
Hex FF D6 90 0 10 2C 0 26 64 4E
Octal 377 326 220 0 20 54 0 46 144 116
Binary 11111111 11010110 10010000 0 10000 101100 0 100110 1100100 1001110

Color Harmonies of #FFD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD690

Black with #FFD690

Text Example


Text Example

White with #FFD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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