Html Css Color HEX #DC672F Gold Drop

📋 copy color: '#DC672F'

red 220 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #DC672F

Tints of Gold Drop #DC672F

RGB

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

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

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

R = 59.46%
G = 27.84%
B = 12.7%

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

#DC672F (or 0xDC672F) is known color: Gold Drop. HEX triplet: DC, 67 and 2F. RGB value is (220,103,47). Sum of RGB (Red+Green+Blue) = 220+103+47=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC672F is #2398D0. Grayscale: #838383. Windows color (decimal): -2332881 or 3106780. OLE color: 3106780.

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

Color convert

RGB 220 103 47 -
CMYK 0 0.53 0.79 0.14
HSL 19.42º 0.71% 0.52% -
HSV(B) 19.42º 0.79% 0.86% -
XYZ 34.88 25.12 5.7 -
YUV 131.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 220 103 47 0 0.53 0.79 0.14 19.42 0.71 0.52
Hex DC 67 2F 0 35 4F E 13 47 34
Octal 334 147 57 0 65 117 16 23 107 64
Binary 11011100 1100111 101111 0 110101 1001111 1110 10011 1000111 110100

Color Harmonies of #DC672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC672F

Black with #DC672F

Text Example


Text Example

White with #DC672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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