Html Css Color HEX #D77530 Tango

📋 copy color: '#D77530'

red 215 ◦ green 117 ◦ blue 48

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

Shades of Tango #D77530

Tints of Tango #D77530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 56.58%
G = 30.79%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77530 (or 0xD77530) is known color: Tango. HEX triplet: D7, 75 and 30. RGB value is (215,117,48). Sum of RGB (Red+Green+Blue) = 215+117+48=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D77530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77530 is #288ACF. Grayscale: #8A8A8A. Windows color (decimal): -2656976 or 3175895. OLE color: 3175895.

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

Color convert

RGB 215 117 48 -
CMYK 0 0.46 0.78 0.16
HSL 24.79º 0.68% 0.52% -
HSV(B) 24.79º 0.78% 0.84% -
XYZ 34.92 27.38 6.24 -
YUV 138.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 215 117 48 0 0.46 0.78 0.16 24.79 0.68 0.52
Hex D7 75 30 0 2E 4E 10 19 44 34
Octal 327 165 60 0 56 116 20 31 104 64
Binary 11010111 1110101 110000 0 101110 1001110 10000 11001 1000100 110100

Color Harmonies of #D77530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77530

Black with #D77530

Text Example


Text Example

White with #D77530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77530; }

 p { color: rgb(215,117,48); }

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

background-color css

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

 a { background-color: rgb(215,117,48); }

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

border-color css

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

 span { border-color: rgb(215,117,48); }

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