Html Css Color HEX #D06350 Sunglo

📋 copy color: '#D06350'

red 208 ◦ green 99 ◦ blue 80

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

Shades of Sunglo #D06350

Tints of Sunglo #D06350

RGB

 RED value IS 208 (81.64% from 255) = 53.75%

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 53.75%
G = 25.58%
B = 20.67%

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

#D06350 (or 0xD06350) is known color: Sunglo. HEX triplet: D0, 63 and 50. RGB value is (208,99,80). Sum of RGB (Red+Green+Blue) = 208+99+80=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D06350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06350 is #2F9CAF. Grayscale: #818181. Windows color (decimal): -3120304 or 5268432. OLE color: 5268432.

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

Color convert

RGB 208 99 80 -
CMYK 0 0.52 0.62 0.18
HSL 8.91º 0.58% 0.56% -
HSV(B) 8.91º 0.62% 0.82% -
XYZ 31.92 22.91 10.33 -
YUV 129.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 208 99 80 0 0.52 0.62 0.18 8.91 0.58 0.56
Hex D0 63 50 0 34 3E 12 9 3A 38
Octal 320 143 120 0 64 76 22 11 72 70
Binary 11010000 1100011 1010000 0 110100 111110 10010 1001 111010 111000

Color Harmonies of #D06350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06350

Black with #D06350

Text Example


Text Example

White with #D06350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06350; }

 p { color: rgb(208,99,80); }

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

background-color css

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

 a { background-color: rgb(208,99,80); }

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

border-color css

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

 span { border-color: rgb(208,99,80); }

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