Html Css Color HEX #D0682E Gold Drop

📋 copy color: '#D0682E'

red 208 ◦ green 104 ◦ blue 46

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

Shades of Gold Drop #D0682E

Tints of Gold Drop #D0682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 58.1%
G = 29.05%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0682E (or 0xD0682E) is known color: Gold Drop. HEX triplet: D0, 68 and 2E. RGB value is (208,104,46). Sum of RGB (Red+Green+Blue) = 208+104+46=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0682E is #2F97D1. Grayscale: #808080. Windows color (decimal): -3119058 or 3041488. OLE color: 3041488.

HSL color Cylindrical-coordinate representation of color #D0682E: hue angle of 21.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0682E is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 46 -
CMYK 0 0.5 0.78 0.18
HSL 21.48º 0.64% 0.5% -
HSV(B) 21.48º 0.78% 0.82% -
XYZ 31.46 23.51 5.46 -
YUV 128.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 208 104 46 0 0.5 0.78 0.18 21.48 0.64 0.5
Hex D0 68 2E 0 32 4E 12 15 40 32
Octal 320 150 56 0 62 116 22 25 100 62
Binary 11010000 1101000 101110 0 110010 1001110 10010 10101 1000000 110010

Color Harmonies of #D0682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0682E

Black with #D0682E

Text Example


Text Example

White with #D0682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0682E; }

 p { color: rgb(208,104,46); }

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

background-color css

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

 a { background-color: rgb(208,104,46); }

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

border-color css

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

 span { border-color: rgb(208,104,46); }

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