Html Css Color HEX #D06255 Sunglo

📋 copy color: '#D06255'

red 208 ◦ green 98 ◦ blue 85

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

Shades of Sunglo #D06255

Tints of Sunglo #D06255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 53.2%
G = 25.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D06255 (or 0xD06255) is known color: Sunglo. HEX triplet: D0, 62 and 55. RGB value is (208,98,85). Sum of RGB (Red+Green+Blue) = 208+98+85=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D06255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06255 is #2F9DAA. Grayscale: #818181. Windows color (decimal): -3120555 or 5595856. OLE color: 5595856.

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

Color convert

RGB 208 98 85 -
CMYK 0 0.53 0.59 0.18
HSL 6.34º 0.57% 0.57% -
HSV(B) 6.34º 0.59% 0.82% -
XYZ 32.02 22.8 11.31 -
YUV 129.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 208 98 85 0 0.53 0.59 0.18 6.34 0.57 0.57
Hex D0 62 55 0 35 3B 12 6 39 39
Octal 320 142 125 0 65 73 22 6 71 71
Binary 11010000 1100010 1010101 0 110101 111011 10010 110 111001 111001

Color Harmonies of #D06255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06255

Black with #D06255

Text Example


Text Example

White with #D06255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06255; }

 p { color: rgb(208,98,85); }

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

background-color css

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

 a { background-color: rgb(208,98,85); }

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

border-color css

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

 span { border-color: rgb(208,98,85); }

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