Html Css Color HEX #D5682F Gold Drop

📋 copy color: '#D5682F'

red 213 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #D5682F

Tints of Gold Drop #D5682F

RGB

 RED value IS 213 (83.59% from 255) = 58.52%

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

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

R = 58.52%
G = 28.57%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5682F (or 0xD5682F) is known color: Gold Drop. HEX triplet: D5, 68 and 2F. RGB value is (213,104,47). Sum of RGB (Red+Green+Blue) = 213+104+47=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D5682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5682F is #2A97D0. Grayscale: #828282. Windows color (decimal): -2791377 or 3107029. OLE color: 3107029.

HSL color Cylindrical-coordinate representation of color #D5682F: hue angle of 20.6º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5682F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 47 -
CMYK 0 0.51 0.78 0.16
HSL 20.6º 0.66% 0.51% -
HSV(B) 20.6º 0.78% 0.84% -
XYZ 32.9 24.25 5.64 -
YUV 130.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 213 104 47 0 0.51 0.78 0.16 20.6 0.66 0.51
Hex D5 68 2F 0 33 4E 10 15 42 33
Octal 325 150 57 0 63 116 20 25 102 63
Binary 11010101 1101000 101111 0 110011 1001110 10000 10101 1000010 110011

Color Harmonies of #D5682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5682F

Black with #D5682F

Text Example


Text Example

White with #D5682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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