Html Css Color HEX #DA6C33 Gold Drop

📋 copy color: '#DA6C33'

red 218 ◦ green 108 ◦ blue 51

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

Shades of Gold Drop #DA6C33

Tints of Gold Drop #DA6C33

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

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

R = 57.82%
G = 28.65%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA6C33 (or 0xDA6C33) is known color: Gold Drop. HEX triplet: DA, 6C and 33. RGB value is (218,108,51). Sum of RGB (Red+Green+Blue) = 218+108+51=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6C33 is #2593CC. Grayscale: #868686. Windows color (decimal): -2462669 or 3370202. OLE color: 3370202.

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

Color convert

RGB 218 108 51 -
CMYK 0 0.50 0.77 0.15
HSL 20.48º 0.69% 0.53% -
HSV(B) 20.48º 0.77% 0.85% -
XYZ 34.87 25.87 6.29 -
YUV 134.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 218 108 51 0 0.50 0.77 0.15 20.48 0.69 0.53
Hex DA 6C 33 0 32 4D F 14 45 35
Octal 332 154 63 0 62 115 17 24 105 65
Binary 11011010 1101100 110011 0 110010 1001101 1111 10100 1000101 110101

Color Harmonies of #DA6C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C33

Black with #DA6C33

Text Example


Text Example

White with #DA6C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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