Html Css Color HEX #DC6A2F Gold Drop

📋 copy color: '#DC6A2F'

red 220 ◦ green 106 ◦ blue 47

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

Shades of Gold Drop #DC6A2F

Tints of Gold Drop #DC6A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 58.98%
G = 28.42%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC6A2F (or 0xDC6A2F) is known color: Gold Drop. HEX triplet: DC, 6A and 2F. RGB value is (220,106,47). Sum of RGB (Red+Green+Blue) = 220+106+47=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A2F is #2395D0. Grayscale: #858585. Windows color (decimal): -2332113 or 3107548. OLE color: 3107548.

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

Color convert

RGB 220 106 47 -
CMYK 0 0.52 0.79 0.14
HSL 20.46º 0.71% 0.52% -
HSV(B) 20.46º 0.79% 0.86% -
XYZ 35.18 25.73 5.8 -
YUV 133.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 220 106 47 0 0.52 0.79 0.14 20.46 0.71 0.52
Hex DC 6A 2F 0 34 4F E 14 47 34
Octal 334 152 57 0 64 117 16 24 107 64
Binary 11011100 1101010 101111 0 110100 1001111 1110 10100 1000111 110100

Color Harmonies of #DC6A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A2F

Black with #DC6A2F

Text Example


Text Example

White with #DC6A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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