Html Css Color HEX #D5672D Gold Drop

📋 copy color: '#D5672D'

red 213 ◦ green 103 ◦ blue 45

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

Shades of Gold Drop #D5672D

Tints of Gold Drop #D5672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 59%
G = 28.53%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5672D (or 0xD5672D) is known color: Gold Drop. HEX triplet: D5, 67 and 2D. RGB value is (213,103,45). Sum of RGB (Red+Green+Blue) = 213+103+45=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5672D is #2A98D2. Grayscale: #818181. Windows color (decimal): -2791635 or 2975701. OLE color: 2975701.

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

Color convert

RGB 213 103 45 -
CMYK 0 0.52 0.79 0.16
HSL 20.71º 0.67% 0.51% -
HSV(B) 20.71º 0.79% 0.84% -
XYZ 32.76 24.04 5.4 -
YUV 129.28 80.44 187.72 -
System Red Green Blue C M Y K H S L
Decimal 213 103 45 0 0.52 0.79 0.16 20.71 0.67 0.51
Hex D5 67 2D 0 34 4F 10 15 43 33
Octal 325 147 55 0 64 117 20 25 103 63
Binary 11010101 1100111 101101 0 110100 1001111 10000 10101 1000011 110011

Color Harmonies of #D5672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5672D

Black with #D5672D

Text Example


Text Example

White with #D5672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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