Html Css Color HEX #DC6B2E Gold Drop

📋 copy color: '#DC6B2E'

red 220 ◦ green 107 ◦ blue 46

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

Shades of Gold Drop #DC6B2E

Tints of Gold Drop #DC6B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 58.98%
G = 28.69%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC6B2E (or 0xDC6B2E) is known color: Gold Drop. HEX triplet: DC, 6B and 2E. RGB value is (220,107,46). Sum of RGB (Red+Green+Blue) = 220+107+46=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B2E is #2394D1. Grayscale: #868686. Windows color (decimal): -2331858 or 3042268. OLE color: 3042268.

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

Color convert

RGB 220 107 46 -
CMYK 0 0.51 0.79 0.14
HSL 21.03º 0.71% 0.52% -
HSV(B) 21.03º 0.79% 0.86% -
XYZ 35.27 25.93 5.73 -
YUV 133.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 220 107 46 0 0.51 0.79 0.14 21.03 0.71 0.52
Hex DC 6B 2E 0 33 4F E 15 47 34
Octal 334 153 56 0 63 117 16 25 107 64
Binary 11011100 1101011 101110 0 110011 1001111 1110 10101 1000111 110100

Color Harmonies of #DC6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B2E

Black with #DC6B2E

Text Example


Text Example

White with #DC6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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