Html Css Color HEX #D67535 Tango

📋 copy color: '#D67535'

red 214 ◦ green 117 ◦ blue 53

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

Shades of Tango #D67535

Tints of Tango #D67535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 55.73%
G = 30.47%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D67535 (or 0xD67535) is known color: Tango. HEX triplet: D6, 75 and 35. RGB value is (214,117,53). Sum of RGB (Red+Green+Blue) = 214+117+53=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D67535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67535 is #298ACA. Grayscale: #8B8B8B. Windows color (decimal): -2722507 or 3503574. OLE color: 3503574.

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

Color convert

RGB 214 117 53 -
CMYK 0 0.45 0.75 0.16
HSL 23.85º 0.66% 0.52% -
HSV(B) 23.85º 0.75% 0.84% -
XYZ 34.74 27.28 6.8 -
YUV 138.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 214 117 53 0 0.45 0.75 0.16 23.85 0.66 0.52
Hex D6 75 35 0 2D 4B 10 18 42 34
Octal 326 165 65 0 55 113 20 30 102 64
Binary 11010110 1110101 110101 0 101101 1001011 10000 11000 1000010 110100

Color Harmonies of #D67535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67535

Black with #D67535

Text Example


Text Example

White with #D67535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67535; }

 p { color: rgb(214,117,53); }

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

background-color css

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

 a { background-color: rgb(214,117,53); }

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

border-color css

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

 span { border-color: rgb(214,117,53); }

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