Html Css Color HEX #D76B29 Gold Drop

📋 copy color: '#D76B29'

red 215 ◦ green 107 ◦ blue 41

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

Shades of Gold Drop #D76B29

Tints of Gold Drop #D76B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 59.23%
G = 29.48%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D76B29 (or 0xD76B29) is known color: Gold Drop. HEX triplet: D7, 6B and 29. RGB value is (215,107,41). Sum of RGB (Red+Green+Blue) = 215+107+41=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B29 is #2894D6. Grayscale: #848484. Windows color (decimal): -2659543 or 2714583. OLE color: 2714583.

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

Color convert

RGB 215 107 41 -
CMYK 0 0.50 0.81 0.16
HSL 22.76º 0.69% 0.5% -
HSV(B) 22.76º 0.81% 0.84% -
XYZ 33.68 25.12 5.17 -
YUV 131.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 215 107 41 0 0.50 0.81 0.16 22.76 0.69 0.5
Hex D7 6B 29 0 32 51 10 17 45 32
Octal 327 153 51 0 62 121 20 27 105 62
Binary 11010111 1101011 101001 0 110010 1010001 10000 10111 1000101 110010

Color Harmonies of #D76B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B29

Black with #D76B29

Text Example


Text Example

White with #D76B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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