Html Css Color HEX #DA6B32 Gold Drop

📋 copy color: '#DA6B32'

red 218 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #DA6B32

Tints of Gold Drop #DA6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 58.13%
G = 28.53%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6B32 (or 0xDA6B32) is known color: Gold Drop. HEX triplet: DA, 6B and 32. RGB value is (218,107,50). Sum of RGB (Red+Green+Blue) = 218+107+50=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6B32 is #2594CD. Grayscale: #868686. Windows color (decimal): -2462926 or 3304410. OLE color: 3304410.

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

Color convert

RGB 218 107 50 -
CMYK 0 0.51 0.77 0.15
HSL 20.36º 0.69% 0.53% -
HSV(B) 20.36º 0.77% 0.85% -
XYZ 34.75 25.65 6.14 -
YUV 133.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 218 107 50 0 0.51 0.77 0.15 20.36 0.69 0.53
Hex DA 6B 32 0 33 4D F 14 45 35
Octal 332 153 62 0 63 115 17 24 105 65
Binary 11011010 1101011 110010 0 110011 1001101 1111 10100 1000101 110101

Color Harmonies of #DA6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B32

Black with #DA6B32

Text Example


Text Example

White with #DA6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B32; }

 p { color: rgb(218,107,50); }

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

background-color css

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

 a { background-color: rgb(218,107,50); }

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

border-color css

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

 span { border-color: rgb(218,107,50); }

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