Html Css Color HEX #D16450 Sunglo

📋 copy color: '#D16450'

red 209 ◦ green 100 ◦ blue 80

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

Shades of Sunglo #D16450

Tints of Sunglo #D16450

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

 GREEN value IS 100 (39.45% from 255) = 25.71%

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 53.73%
G = 25.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D16450 (or 0xD16450) is known color: Sunglo. HEX triplet: D1, 64 and 50. RGB value is (209,100,80). Sum of RGB (Red+Green+Blue) = 209+100+80=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D16450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16450 is #2E9BAF. Grayscale: #828282. Windows color (decimal): -3054512 or 5268689. OLE color: 5268689.

HSL color Cylindrical-coordinate representation of color #D16450: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D16450 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 100 80 -
CMYK 0 0.52 0.62 0.18
HSL 9.3º 0.58% 0.57% -
HSV(B) 9.3º 0.62% 0.82% -
XYZ 32.3 23.25 10.37 -
YUV 130.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 209 100 80 0 0.52 0.62 0.18 9.3 0.58 0.57
Hex D1 64 50 0 34 3E 12 9 3A 39
Octal 321 144 120 0 64 76 22 11 72 71
Binary 11010001 1100100 1010000 0 110100 111110 10010 1001 111010 111001

Color Harmonies of #D16450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16450

Black with #D16450

Text Example


Text Example

White with #D16450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16450; }

 p { color: rgb(209,100,80); }

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

background-color css

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

 a { background-color: rgb(209,100,80); }

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

border-color css

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

 span { border-color: rgb(209,100,80); }

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