Html Css Color HEX #D66F36 Tango

📋 copy color: '#D66F36'

red 214 ◦ green 111 ◦ blue 54

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

Shades of Tango #D66F36

Tints of Tango #D66F36

RGB

 RED value IS 214 (83.98% from 255) = 56.46%

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 56.46%
G = 29.29%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D66F36 (or 0xD66F36) is known color: Tango. HEX triplet: D6, 6F and 36. RGB value is (214,111,54). Sum of RGB (Red+Green+Blue) = 214+111+54=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F36 is #2990C9. Grayscale: #878787. Windows color (decimal): -2724042 or 3567574. OLE color: 3567574.

HSL color Cylindrical-coordinate representation of color #D66F36: hue angle of 21.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D66F36 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 54 -
CMYK 0 0.48 0.75 0.16
HSL 21.38º 0.66% 0.53% -
HSV(B) 21.38º 0.75% 0.84% -
XYZ 34.08 25.93 6.7 -
YUV 135.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 214 111 54 0 0.48 0.75 0.16 21.38 0.66 0.53
Hex D6 6F 36 0 30 4B 10 15 42 35
Octal 326 157 66 0 60 113 20 25 102 65
Binary 11010110 1101111 110110 0 110000 1001011 10000 10101 1000010 110101

Color Harmonies of #D66F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F36

Black with #D66F36

Text Example


Text Example

White with #D66F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F36; }

 p { color: rgb(214,111,54); }

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

background-color css

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

 a { background-color: rgb(214,111,54); }

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

border-color css

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

 span { border-color: rgb(214,111,54); }

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