Html Css Color HEX #DA6534 Sorbus

📋 copy color: '#DA6534'

red 218 ◦ green 101 ◦ blue 52

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

Shades of Sorbus #DA6534

Tints of Sorbus #DA6534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 58.76%
G = 27.22%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA6534 (or 0xDA6534) is known color: Sorbus. HEX triplet: DA, 65 and 34. RGB value is (218,101,52). Sum of RGB (Red+Green+Blue) = 218+101+52=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6534 is #259ACB. Grayscale: #828282. Windows color (decimal): -2464460 or 3433946. OLE color: 3433946.

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

Color convert

RGB 218 101 52 -
CMYK 0 0.54 0.76 0.15
HSL 17.71º 0.69% 0.53% -
HSV(B) 17.71º 0.76% 0.85% -
XYZ 34.19 24.46 6.17 -
YUV 130.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 218 101 52 0 0.54 0.76 0.15 17.71 0.69 0.53
Hex DA 65 34 0 36 4C F 12 45 35
Octal 332 145 64 0 66 114 17 22 105 65
Binary 11011010 1100101 110100 0 110110 1001100 1111 10010 1000101 110101

Color Harmonies of #DA6534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6534

Black with #DA6534

Text Example


Text Example

White with #DA6534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6534; }

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

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

background-color css

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

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

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

border-color css

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

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

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