Html Css Color HEX #DA6D33 Gold Drop

📋 copy color: '#DA6D33'

red 218 ◦ green 109 ◦ blue 51

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

Shades of Gold Drop #DA6D33

Tints of Gold Drop #DA6D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 57.67%
G = 28.84%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6D33 (or 0xDA6D33) is known color: Gold Drop. HEX triplet: DA, 6D and 33. RGB value is (218,109,51). Sum of RGB (Red+Green+Blue) = 218+109+51=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D33 is #2592CC. Grayscale: #878787. Windows color (decimal): -2462413 or 3370458. OLE color: 3370458.

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

Color convert

RGB 218 109 51 -
CMYK 0 0.5 0.77 0.15
HSL 20.84º 0.69% 0.53% -
HSV(B) 20.84º 0.77% 0.85% -
XYZ 34.98 26.08 6.32 -
YUV 134.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 218 109 51 0 0.5 0.77 0.15 20.84 0.69 0.53
Hex DA 6D 33 0 32 4D F 15 45 35
Octal 332 155 63 0 62 115 17 25 105 65
Binary 11011010 1101101 110011 0 110010 1001101 1111 10101 1000101 110101

Color Harmonies of #DA6D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D33

Black with #DA6D33

Text Example


Text Example

White with #DA6D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D33; }

 p { color: rgb(218,109,51); }

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

background-color css

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

 a { background-color: rgb(218,109,51); }

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

border-color css

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

 span { border-color: rgb(218,109,51); }

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