Html Css Color HEX #D0692F Gold Drop

📋 copy color: '#D0692F'

red 208 ◦ green 105 ◦ blue 47

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

Shades of Gold Drop #D0692F

Tints of Gold Drop #D0692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

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

R = 57.78%
G = 29.17%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0692F (or 0xD0692F) is known color: Gold Drop. HEX triplet: D0, 69 and 2F. RGB value is (208,105,47). Sum of RGB (Red+Green+Blue) = 208+105+47=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D0692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0692F is #2F96D0. Grayscale: #818181. Windows color (decimal): -3118801 or 3107280. OLE color: 3107280.

HSL color Cylindrical-coordinate representation of color #D0692F: hue angle of 21.61º 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 #D0692F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 47 -
CMYK 0 0.50 0.77 0.18
HSL 21.61º 0.63% 0.5% -
HSV(B) 21.61º 0.77% 0.82% -
XYZ 31.58 23.72 5.6 -
YUV 129.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 208 105 47 0 0.50 0.77 0.18 21.61 0.63 0.5
Hex D0 69 2F 0 32 4D 12 16 3F 32
Octal 320 151 57 0 62 115 22 26 77 62
Binary 11010000 1101001 101111 0 110010 1001101 10010 10110 111111 110010

Color Harmonies of #D0692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0692F

Black with #D0692F

Text Example


Text Example

White with #D0692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0692F; }

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

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

background-color css

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

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

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

border-color css

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

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

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