Html Css Color HEX #DA6634 Sorbus

📋 copy color: '#DA6634'

red 218 ◦ green 102 ◦ blue 52

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

Shades of Sorbus #DA6634

Tints of Sorbus #DA6634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 58.6%
G = 27.42%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA6634 (or 0xDA6634) is known color: Sorbus. HEX triplet: DA, 66 and 34. RGB value is (218,102,52). Sum of RGB (Red+Green+Blue) = 218+102+52=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6634 is #2599CB. Grayscale: #838383. Windows color (decimal): -2464204 or 3434202. OLE color: 3434202.

HSL color Cylindrical-coordinate representation of color #DA6634: hue angle of 18.07º 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 #DA6634 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 52 -
CMYK 0 0.53 0.76 0.15
HSL 18.07º 0.69% 0.53% -
HSV(B) 18.07º 0.76% 0.85% -
XYZ 34.28 24.66 6.2 -
YUV 130.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 218 102 52 0 0.53 0.76 0.15 18.07 0.69 0.53
Hex DA 66 34 0 35 4C F 12 45 35
Octal 332 146 64 0 65 114 17 22 105 65
Binary 11011010 1100110 110100 0 110101 1001100 1111 10010 1000101 110101

Color Harmonies of #DA6634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6634

Black with #DA6634

Text Example


Text Example

White with #DA6634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6634; }

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

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

background-color css

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

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

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

border-color css

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

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

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