Html Css Color HEX #D0672A Gold Drop

📋 copy color: '#D0672A'

red 208 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #D0672A

Tints of Gold Drop #D0672A

RGB

 RED value IS 208 (81.64% from 255) = 58.92%

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 58.92%
G = 29.18%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0672A (or 0xD0672A) is known color: Gold Drop. HEX triplet: D0, 67 and 2A. RGB value is (208,103,42). Sum of RGB (Red+Green+Blue) = 208+103+42=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0672A is #2F98D5. Grayscale: #7F7F7F. Windows color (decimal): -3119318 or 2779088. OLE color: 2779088.

HSL color Cylindrical-coordinate representation of color #D0672A: hue angle of 22.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0672A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 42 -
CMYK 0 0.50 0.80 0.18
HSL 22.05º 0.66% 0.49% -
HSV(B) 22.05º 0.8% 0.82% -
XYZ 31.28 23.28 5.03 -
YUV 127.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 208 103 42 0 0.50 0.80 0.18 22.05 0.66 0.49
Hex D0 67 2A 0 32 50 12 16 42 31
Octal 320 147 52 0 62 120 22 26 102 61
Binary 11010000 1100111 101010 0 110010 1010000 10010 10110 1000010 110001

Color Harmonies of #D0672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0672A

Black with #D0672A

Text Example


Text Example

White with #D0672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0672A; }

 p { color: rgb(208,103,42); }

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

background-color css

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

 a { background-color: rgb(208,103,42); }

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

border-color css

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

 span { border-color: rgb(208,103,42); }

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