Html Css Color HEX #DA672F Gold Drop

📋 copy color: '#DA672F'

red 218 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #DA672F

Tints of Gold Drop #DA672F

RGB

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

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

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

R = 59.24%
G = 27.99%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA672F (or 0xDA672F) is known color: Gold Drop. HEX triplet: DA, 67 and 2F. RGB value is (218,103,47). Sum of RGB (Red+Green+Blue) = 218+103+47=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA672F is #2598D0. Grayscale: #838383. Windows color (decimal): -2463953 or 3106778. OLE color: 3106778.

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

Color convert

RGB 218 103 47 -
CMYK 0 0.53 0.78 0.15
HSL 19.65º 0.7% 0.52% -
HSV(B) 19.65º 0.78% 0.85% -
XYZ 34.28 24.81 5.67 -
YUV 131 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 218 103 47 0 0.53 0.78 0.15 19.65 0.7 0.52
Hex DA 67 2F 0 35 4E F 14 46 34
Octal 332 147 57 0 65 116 17 24 106 64
Binary 11011010 1100111 101111 0 110101 1001110 1111 10100 1000110 110100

Color Harmonies of #DA672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA672F

Black with #DA672F

Text Example


Text Example

White with #DA672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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