Html Css Color HEX #DC672A Gold Drop

📋 copy color: '#DC672A'

red 220 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #DC672A

Tints of Gold Drop #DC672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 60.27%
G = 28.22%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC672A (or 0xDC672A) is known color: Gold Drop. HEX triplet: DC, 67 and 2A. RGB value is (220,103,42). Sum of RGB (Red+Green+Blue) = 220+103+42=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC672A is #2398D5. Grayscale: #838383. Windows color (decimal): -2332886 or 2779100. OLE color: 2779100.

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

Color convert

RGB 220 103 42 -
CMYK 0 0.53 0.81 0.14
HSL 20.56º 0.72% 0.51% -
HSV(B) 20.56º 0.81% 0.86% -
XYZ 34.78 25.08 5.2 -
YUV 131.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 220 103 42 0 0.53 0.81 0.14 20.56 0.72 0.51
Hex DC 67 2A 0 35 51 E 15 48 33
Octal 334 147 52 0 65 121 16 25 110 63
Binary 11011100 1100111 101010 0 110101 1010001 1110 10101 1001000 110011

Color Harmonies of #DC672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC672A

Black with #DC672A

Text Example


Text Example

White with #DC672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC672A; }

 p { color: rgb(220,103,42); }

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

background-color css

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

 a { background-color: rgb(220,103,42); }

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

border-color css

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

 span { border-color: rgb(220,103,42); }

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