Html Css Color HEX #D7672C Gold Drop

📋 copy color: '#D7672C'

red 215 ◦ green 103 ◦ blue 44

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

Shades of Gold Drop #D7672C

Tints of Gold Drop #D7672C

RGB

 RED value IS 215 (84.38% from 255) = 59.39%

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

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 59.39%
G = 28.45%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7672C (or 0xD7672C) is known color: Gold Drop. HEX triplet: D7, 67 and 2C. RGB value is (215,103,44). Sum of RGB (Red+Green+Blue) = 215+103+44=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7672C is #2898D3. Grayscale: #828282. Windows color (decimal): -2660564 or 2910167. OLE color: 2910167.

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

Color convert

RGB 215 103 44 -
CMYK 0 0.52 0.80 0.16
HSL 20.7º 0.68% 0.51% -
HSV(B) 20.7º 0.8% 0.84% -
XYZ 33.33 24.33 5.32 -
YUV 129.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 215 103 44 0 0.52 0.80 0.16 20.7 0.68 0.51
Hex D7 67 2C 0 34 50 10 15 44 33
Octal 327 147 54 0 64 120 20 25 104 63
Binary 11010111 1100111 101100 0 110100 1010000 10000 10101 1000100 110011

Color Harmonies of #D7672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7672C

Black with #D7672C

Text Example


Text Example

White with #D7672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7672C; }

 p { color: rgb(215,103,44); }

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

background-color css

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

 a { background-color: rgb(215,103,44); }

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

border-color css

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

 span { border-color: rgb(215,103,44); }

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