Html Css Color HEX #D0682F Gold Drop

📋 copy color: '#D0682F'

red 208 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #D0682F

Tints of Gold Drop #D0682F

RGB

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

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

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

R = 57.94%
G = 28.97%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0682F (or 0xD0682F) is known color: Gold Drop. HEX triplet: D0, 68 and 2F. RGB value is (208,104,47). Sum of RGB (Red+Green+Blue) = 208+104+47=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0682F is #2F97D0. Grayscale: #808080. Windows color (decimal): -3119057 or 3107024. OLE color: 3107024.

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

Color convert

RGB 208 104 47 -
CMYK 0 0.5 0.77 0.18
HSL 21.24º 0.63% 0.5% -
HSV(B) 21.24º 0.77% 0.82% -
XYZ 31.48 23.52 5.57 -
YUV 128.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 208 104 47 0 0.5 0.77 0.18 21.24 0.63 0.5
Hex D0 68 2F 0 32 4D 12 15 3F 32
Octal 320 150 57 0 62 115 22 25 77 62
Binary 11010000 1101000 101111 0 110010 1001101 10010 10101 111111 110010

Color Harmonies of #D0682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0682F

Black with #D0682F

Text Example


Text Example

White with #D0682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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