Html Css Color HEX #DC6D2F Gold Drop

📋 copy color: '#DC6D2F'

red 220 ◦ green 109 ◦ blue 47

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

Shades of Gold Drop #DC6D2F

Tints of Gold Drop #DC6D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.5%

R = 58.51%
G = 28.99%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC6D2F (or 0xDC6D2F) is known color: Gold Drop. HEX triplet: DC, 6D and 2F. RGB value is (220,109,47). Sum of RGB (Red+Green+Blue) = 220+109+47=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D2F is #2392D0. Grayscale: #878787. Windows color (decimal): -2331345 or 3108316. OLE color: 3108316.

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

Color convert

RGB 220 109 47 -
CMYK 0 0.50 0.79 0.14
HSL 21.5º 0.71% 0.52% -
HSV(B) 21.5º 0.79% 0.86% -
XYZ 35.5 26.36 5.91 -
YUV 135.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 220 109 47 0 0.50 0.79 0.14 21.5 0.71 0.52
Hex DC 6D 2F 0 32 4F E 16 47 34
Octal 334 155 57 0 62 117 16 26 107 64
Binary 11011100 1101101 101111 0 110010 1001111 1110 10110 1000111 110100

Color Harmonies of #DC6D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D2F

Black with #DC6D2F

Text Example


Text Example

White with #DC6D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D2F; }

 p { color: rgb(220,109,47); }

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

background-color css

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

 a { background-color: rgb(220,109,47); }

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

border-color css

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

 span { border-color: rgb(220,109,47); }

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