Html Css Color HEX #D66F34 Tango

📋 copy color: '#D66F34'

red 214 ◦ green 111 ◦ blue 52

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

Shades of Tango #D66F34

Tints of Tango #D66F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 56.76%
G = 29.44%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66F34 (or 0xD66F34) is known color: Tango. HEX triplet: D6, 6F and 34. RGB value is (214,111,52). Sum of RGB (Red+Green+Blue) = 214+111+52=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F34 is #2990CB. Grayscale: #878787. Windows color (decimal): -2724044 or 3436502. OLE color: 3436502.

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

Color convert

RGB 214 111 52 -
CMYK 0 0.48 0.76 0.16
HSL 21.85º 0.66% 0.52% -
HSV(B) 21.85º 0.76% 0.84% -
XYZ 34.04 25.91 6.46 -
YUV 135.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 214 111 52 0 0.48 0.76 0.16 21.85 0.66 0.52
Hex D6 6F 34 0 30 4C 10 16 42 34
Octal 326 157 64 0 60 114 20 26 102 64
Binary 11010110 1101111 110100 0 110000 1001100 10000 10110 1000010 110100

Color Harmonies of #D66F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F34

Black with #D66F34

Text Example


Text Example

White with #D66F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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