Html Css Color HEX #D0672C Gold Drop

📋 copy color: '#D0672C'

red 208 ◦ green 103 ◦ blue 44

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

Shades of Gold Drop #D0672C

Tints of Gold Drop #D0672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 58.59%
G = 29.01%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0672C (or 0xD0672C) is known color: Gold Drop. HEX triplet: D0, 67 and 2C. RGB value is (208,103,44). Sum of RGB (Red+Green+Blue) = 208+103+44=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0672C is #2F98D3. Grayscale: #808080. Windows color (decimal): -3119316 or 2910160. OLE color: 2910160.

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

Color convert

RGB 208 103 44 -
CMYK 0 0.50 0.79 0.18
HSL 21.59º 0.65% 0.49% -
HSV(B) 21.59º 0.79% 0.82% -
XYZ 31.32 23.29 5.23 -
YUV 127.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 208 103 44 0 0.50 0.79 0.18 21.59 0.65 0.49
Hex D0 67 2C 0 32 4F 12 16 41 31
Octal 320 147 54 0 62 117 22 26 101 61
Binary 11010000 1100111 101100 0 110010 1001111 10010 10110 1000001 110001

Color Harmonies of #D0672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0672C

Black with #D0672C

Text Example


Text Example

White with #D0672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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