Html Css Color HEX #DC6B30 Gold Drop

📋 copy color: '#DC6B30'

red 220 ◦ green 107 ◦ blue 48

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

Shades of Gold Drop #DC6B30

Tints of Gold Drop #DC6B30

RGB

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

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

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

R = 58.67%
G = 28.53%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6B30 (or 0xDC6B30) is known color: Gold Drop. HEX triplet: DC, 6B and 30. RGB value is (220,107,48). Sum of RGB (Red+Green+Blue) = 220+107+48=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B30 is #2394CF. Grayscale: #868686. Windows color (decimal): -2331856 or 3173340. OLE color: 3173340.

HSL color Cylindrical-coordinate representation of color #DC6B30: hue angle of 20.58º 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 #DC6B30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 107 48 -
CMYK 0 0.51 0.78 0.14
HSL 20.58º 0.71% 0.53% -
HSV(B) 20.58º 0.78% 0.86% -
XYZ 35.31 25.94 5.94 -
YUV 134.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 220 107 48 0 0.51 0.78 0.14 20.58 0.71 0.53
Hex DC 6B 30 0 33 4E E 15 47 35
Octal 334 153 60 0 63 116 16 25 107 65
Binary 11011100 1101011 110000 0 110011 1001110 1110 10101 1000111 110101

Color Harmonies of #DC6B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B30

Black with #DC6B30

Text Example


Text Example

White with #DC6B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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