Html Css Color HEX #DA6234 Sorbus

📋 copy color: '#DA6234'

red 218 ◦ green 98 ◦ blue 52

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

Shades of Sorbus #DA6234

Tints of Sorbus #DA6234

RGB

 RED value IS 218 (85.55% from 255) = 59.24%

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 59.24%
G = 26.63%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA6234 (or 0xDA6234) is known color: Sorbus. HEX triplet: DA, 62 and 34. RGB value is (218,98,52). Sum of RGB (Red+Green+Blue) = 218+98+52=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6234 is #259DCB. Grayscale: #808080. Windows color (decimal): -2465228 or 3433178. OLE color: 3433178.

HSL color Cylindrical-coordinate representation of color #DA6234: hue angle of 16.63º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA6234 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 52 -
CMYK 0 0.55 0.76 0.15
HSL 16.63º 0.69% 0.53% -
HSV(B) 16.63º 0.76% 0.85% -
XYZ 33.9 23.89 6.07 -
YUV 128.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 218 98 52 0 0.55 0.76 0.15 16.63 0.69 0.53
Hex DA 62 34 0 37 4C F 11 45 35
Octal 332 142 64 0 67 114 17 21 105 65
Binary 11011010 1100010 110100 0 110111 1001100 1111 10001 1000101 110101

Color Harmonies of #DA6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6234

Black with #DA6234

Text Example


Text Example

White with #DA6234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6234; }

 p { color: rgb(218,98,52); }

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

background-color css

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

 a { background-color: rgb(218,98,52); }

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

border-color css

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

 span { border-color: rgb(218,98,52); }

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