Html Css Color HEX #DC672E Gold Drop

📋 copy color: '#DC672E'

red 220 ◦ green 103 ◦ blue 46

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

Shades of Gold Drop #DC672E

Tints of Gold Drop #DC672E

RGB

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

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

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

R = 59.62%
G = 27.91%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC672E (or 0xDC672E) is known color: Gold Drop. HEX triplet: DC, 67 and 2E. RGB value is (220,103,46). Sum of RGB (Red+Green+Blue) = 220+103+46=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC672E is #2398D1. Grayscale: #838383. Windows color (decimal): -2332882 or 3041244. OLE color: 3041244.

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

Color convert

RGB 220 103 46 -
CMYK 0 0.53 0.79 0.14
HSL 19.66º 0.71% 0.52% -
HSV(B) 19.66º 0.79% 0.86% -
XYZ 34.86 25.11 5.59 -
YUV 131.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 220 103 46 0 0.53 0.79 0.14 19.66 0.71 0.52
Hex DC 67 2E 0 35 4F E 14 47 34
Octal 334 147 56 0 65 117 16 24 107 64
Binary 11011100 1100111 101110 0 110101 1001111 1110 10100 1000111 110100

Color Harmonies of #DC672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC672E

Black with #DC672E

Text Example


Text Example

White with #DC672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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