Html Css Color HEX #DB672F Gold Drop

📋 copy color: '#DB672F'

red 219 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #DB672F

Tints of Gold Drop #DB672F

RGB

 RED value IS 219 (85.94% from 255) = 59.35%

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

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

R = 59.35%
G = 27.91%
B = 12.74%

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

#DB672F (or 0xDB672F) is known color: Gold Drop. HEX triplet: DB, 67 and 2F. RGB value is (219,103,47). Sum of RGB (Red+Green+Blue) = 219+103+47=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB672F is #2498D0. Grayscale: #838383. Windows color (decimal): -2398417 or 3106779. OLE color: 3106779.

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

Color convert

RGB 219 103 47 -
CMYK 0 0.53 0.79 0.14
HSL 19.53º 0.7% 0.52% -
HSV(B) 19.53º 0.79% 0.86% -
XYZ 34.58 24.97 5.69 -
YUV 131.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 219 103 47 0 0.53 0.79 0.14 19.53 0.7 0.52
Hex DB 67 2F 0 35 4F E 14 46 34
Octal 333 147 57 0 65 117 16 24 106 64
Binary 11011011 1100111 101111 0 110101 1001111 1110 10100 1000110 110100

Color Harmonies of #DB672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB672F

Black with #DB672F

Text Example


Text Example

White with #DB672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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