Html Css Color HEX #D7702F Tango

📋 copy color: '#D7702F'

red 215 ◦ green 112 ◦ blue 47

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

Shades of Tango #D7702F

Tints of Tango #D7702F

RGB

 RED value IS 215 (84.38% from 255) = 57.49%

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 57.49%
G = 29.95%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7702F (or 0xD7702F) is known color: Tango. HEX triplet: D7, 70 and 2F. RGB value is (215,112,47). Sum of RGB (Red+Green+Blue) = 215+112+47=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7702F is #288FD0. Grayscale: #878787. Windows color (decimal): -2658257 or 3109079. OLE color: 3109079.

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

Color convert

RGB 215 112 47 -
CMYK 0 0.48 0.78 0.16
HSL 23.21º 0.68% 0.51% -
HSV(B) 23.21º 0.78% 0.84% -
XYZ 34.33 26.24 5.94 -
YUV 135.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 215 112 47 0 0.48 0.78 0.16 23.21 0.68 0.51
Hex D7 70 2F 0 30 4E 10 17 44 33
Octal 327 160 57 0 60 116 20 27 104 63
Binary 11010111 1110000 101111 0 110000 1001110 10000 10111 1000100 110011

Color Harmonies of #D7702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7702F

Black with #D7702F

Text Example


Text Example

White with #D7702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7702F; }

 p { color: rgb(215,112,47); }

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

background-color css

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

 a { background-color: rgb(215,112,47); }

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

border-color css

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

 span { border-color: rgb(215,112,47); }

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