Html Css Color HEX #D5682D Gold Drop

📋 copy color: '#D5682D'

red 213 ◦ green 104 ◦ blue 45

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

Shades of Gold Drop #D5682D

Tints of Gold Drop #D5682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 58.84%
G = 28.73%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5682D (or 0xD5682D) is known color: Gold Drop. HEX triplet: D5, 68 and 2D. RGB value is (213,104,45). Sum of RGB (Red+Green+Blue) = 213+104+45=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5682D is #2A97D2. Grayscale: #828282. Windows color (decimal): -2791379 or 2975957. OLE color: 2975957.

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

Color convert

RGB 213 104 45 -
CMYK 0 0.51 0.79 0.16
HSL 21.07º 0.67% 0.51% -
HSV(B) 21.07º 0.79% 0.84% -
XYZ 32.86 24.24 5.43 -
YUV 129.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 213 104 45 0 0.51 0.79 0.16 21.07 0.67 0.51
Hex D5 68 2D 0 33 4F 10 15 43 33
Octal 325 150 55 0 63 117 20 25 103 63
Binary 11010101 1101000 101101 0 110011 1001111 10000 10101 1000011 110011

Color Harmonies of #D5682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5682D

Black with #D5682D

Text Example


Text Example

White with #D5682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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