Html Css Color HEX #D5672F Gold Drop

📋 copy color: '#D5672F'

red 213 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #D5672F

Tints of Gold Drop #D5672F

RGB

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

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

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

R = 58.68%
G = 28.37%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5672F (or 0xD5672F) is known color: Gold Drop. HEX triplet: D5, 67 and 2F. RGB value is (213,103,47). Sum of RGB (Red+Green+Blue) = 213+103+47=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5672F is #2A98D0. Grayscale: #818181. Windows color (decimal): -2791633 or 3106773. OLE color: 3106773.

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

Color convert

RGB 213 103 47 -
CMYK 0 0.52 0.78 0.16
HSL 20.24º 0.66% 0.51% -
HSV(B) 20.24º 0.78% 0.84% -
XYZ 32.8 24.05 5.6 -
YUV 129.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 213 103 47 0 0.52 0.78 0.16 20.24 0.66 0.51
Hex D5 67 2F 0 34 4E 10 14 42 33
Octal 325 147 57 0 64 116 20 24 102 63
Binary 11010101 1100111 101111 0 110100 1001110 10000 10100 1000010 110011

Color Harmonies of #D5672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5672F

Black with #D5672F

Text Example


Text Example

White with #D5672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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