Html Css Color HEX #D77230 Tango

📋 copy color: '#D77230'

red 215 ◦ green 114 ◦ blue 48

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

Shades of Tango #D77230

Tints of Tango #D77230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 57.03%
G = 30.24%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77230 (or 0xD77230) is known color: Tango. HEX triplet: D7, 72 and 30. RGB value is (215,114,48). Sum of RGB (Red+Green+Blue) = 215+114+48=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D77230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77230 is #288DCF. Grayscale: #898989. Windows color (decimal): -2657744 or 3175127. OLE color: 3175127.

HSL color Cylindrical-coordinate representation of color #D77230: hue angle of 23.71º 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 #D77230 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 48 -
CMYK 0 0.47 0.78 0.16
HSL 23.71º 0.68% 0.52% -
HSV(B) 23.71º 0.78% 0.84% -
XYZ 34.58 26.7 6.13 -
YUV 136.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 215 114 48 0 0.47 0.78 0.16 23.71 0.68 0.52
Hex D7 72 30 0 2F 4E 10 18 44 34
Octal 327 162 60 0 57 116 20 30 104 64
Binary 11010111 1110010 110000 0 101111 1001110 10000 11000 1000100 110100

Color Harmonies of #D77230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77230

Black with #D77230

Text Example


Text Example

White with #D77230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77230; }

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

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

background-color css

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

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

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

border-color css

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

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

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