Html Css Color HEX #DC6930 Gold Drop

📋 copy color: '#DC6930'

red 220 ◦ green 105 ◦ blue 48

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

Shades of Gold Drop #DC6930

Tints of Gold Drop #DC6930

RGB

 RED value IS 220 (86.33% from 255) = 58.98%

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 58.98%
G = 28.15%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6930 (or 0xDC6930) is known color: Gold Drop. HEX triplet: DC, 69 and 30. RGB value is (220,105,48). Sum of RGB (Red+Green+Blue) = 220+105+48=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6930 is #2396CF. Grayscale: #858585. Windows color (decimal): -2332368 or 3172828. OLE color: 3172828.

HSL color Cylindrical-coordinate representation of color #DC6930: hue angle of 19.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6930 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 48 -
CMYK 0 0.52 0.78 0.14
HSL 19.88º 0.71% 0.53% -
HSV(B) 19.88º 0.78% 0.86% -
XYZ 35.1 25.53 5.87 -
YUV 132.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 220 105 48 0 0.52 0.78 0.14 19.88 0.71 0.53
Hex DC 69 30 0 34 4E E 14 47 35
Octal 334 151 60 0 64 116 16 24 107 65
Binary 11011100 1101001 110000 0 110100 1001110 1110 10100 1000111 110101

Color Harmonies of #DC6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6930

Black with #DC6930

Text Example


Text Example

White with #DC6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6930; }

 p { color: rgb(220,105,48); }

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

background-color css

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

 a { background-color: rgb(220,105,48); }

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

border-color css

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

 span { border-color: rgb(220,105,48); }

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