Html Css Color HEX #DA672E Gold Drop

📋 copy color: '#DA672E'

red 218 ◦ green 103 ◦ blue 46

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

Shades of Gold Drop #DA672E

Tints of Gold Drop #DA672E

RGB

 RED value IS 218 (85.55% from 255) = 59.4%

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

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

R = 59.4%
G = 28.07%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA672E (or 0xDA672E) is known color: Gold Drop. HEX triplet: DA, 67 and 2E. RGB value is (218,103,46). Sum of RGB (Red+Green+Blue) = 218+103+46=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA672E is #2598D1. Grayscale: #838383. Windows color (decimal): -2463954 or 3041242. OLE color: 3041242.

HSL color Cylindrical-coordinate representation of color #DA672E: hue angle of 19.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA672E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 46 -
CMYK 0 0.53 0.79 0.15
HSL 19.88º 0.7% 0.52% -
HSV(B) 19.88º 0.79% 0.85% -
XYZ 34.26 24.8 5.57 -
YUV 130.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 218 103 46 0 0.53 0.79 0.15 19.88 0.7 0.52
Hex DA 67 2E 0 35 4F F 14 46 34
Octal 332 147 56 0 65 117 17 24 106 64
Binary 11011010 1100111 101110 0 110101 1001111 1111 10100 1000110 110100

Color Harmonies of #DA672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA672E

Black with #DA672E

Text Example


Text Example

White with #DA672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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