Html Css Color HEX #D76229 Gold Drop

📋 copy color: '#D76229'

red 215 ◦ green 98 ◦ blue 41

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

Shades of Gold Drop #D76229

Tints of Gold Drop #D76229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 41 (16.41% from 255) = 11.58%

R = 60.73%
G = 27.68%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D76229 (or 0xD76229) is known color: Gold Drop. HEX triplet: D7, 62 and 29. RGB value is (215,98,41). Sum of RGB (Red+Green+Blue) = 215+98+41=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D76229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76229 is #289DD6. Grayscale: #7E7E7E. Windows color (decimal): -2661847 or 2712279. OLE color: 2712279.

HSL color Cylindrical-coordinate representation of color #D76229: hue angle of 19.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D76229 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 41 -
CMYK 0 0.54 0.81 0.16
HSL 19.66º 0.69% 0.5% -
HSV(B) 19.66º 0.81% 0.84% -
XYZ 32.79 23.34 4.88 -
YUV 126.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 215 98 41 0 0.54 0.81 0.16 19.66 0.69 0.5
Hex D7 62 29 0 36 51 10 14 45 32
Octal 327 142 51 0 66 121 20 24 105 62
Binary 11010111 1100010 101001 0 110110 1010001 10000 10100 1000101 110010

Color Harmonies of #D76229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76229

Black with #D76229

Text Example


Text Example

White with #D76229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76229; }

 p { color: rgb(215,98,41); }

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

background-color css

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

 a { background-color: rgb(215,98,41); }

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

border-color css

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

 span { border-color: rgb(215,98,41); }

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