Html Css Color HEX #D5692D Gold Drop

📋 copy color: '#D5692D'

red 213 ◦ green 105 ◦ blue 45

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

Shades of Gold Drop #D5692D

Tints of Gold Drop #D5692D

RGB

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

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

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

R = 58.68%
G = 28.93%
B = 12.4%

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

#D5692D (or 0xD5692D) is known color: Gold Drop. HEX triplet: D5, 69 and 2D. RGB value is (213,105,45). Sum of RGB (Red+Green+Blue) = 213+105+45=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5692D is #2A96D2. Grayscale: #828282. Windows color (decimal): -2791123 or 2976213. OLE color: 2976213.

HSL color Cylindrical-coordinate representation of color #D5692D: hue angle of 21.43º 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 #D5692D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 45 -
CMYK 0 0.51 0.79 0.16
HSL 21.43º 0.67% 0.51% -
HSV(B) 21.43º 0.79% 0.84% -
XYZ 32.97 24.44 5.46 -
YUV 130.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 213 105 45 0 0.51 0.79 0.16 21.43 0.67 0.51
Hex D5 69 2D 0 33 4F 10 15 43 33
Octal 325 151 55 0 63 117 20 25 103 63
Binary 11010101 1101001 101101 0 110011 1001111 10000 10101 1000011 110011

Color Harmonies of #D5692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5692D

Black with #D5692D

Text Example


Text Example

White with #D5692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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