Html Css Color HEX #D76C33 Gold Drop

📋 copy color: '#D76C33'

red 215 ◦ green 108 ◦ blue 51

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

Shades of Gold Drop #D76C33

Tints of Gold Drop #D76C33

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 57.49%
G = 28.88%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D76C33 (or 0xD76C33) is known color: Gold Drop. HEX triplet: D7, 6C and 33. RGB value is (215,108,51). Sum of RGB (Red+Green+Blue) = 215+108+51=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C33 is #2893CC. Grayscale: #858585. Windows color (decimal): -2659277 or 3370199. OLE color: 3370199.

HSL color Cylindrical-coordinate representation of color #D76C33: hue angle of 20.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D76C33 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 51 -
CMYK 0 0.50 0.76 0.16
HSL 20.85º 0.67% 0.52% -
HSV(B) 20.85º 0.76% 0.84% -
XYZ 33.98 25.41 6.25 -
YUV 133.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 215 108 51 0 0.50 0.76 0.16 20.85 0.67 0.52
Hex D7 6C 33 0 32 4C 10 15 43 34
Octal 327 154 63 0 62 114 20 25 103 64
Binary 11010111 1101100 110011 0 110010 1001100 10000 10101 1000011 110100

Color Harmonies of #D76C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C33

Black with #D76C33

Text Example


Text Example

White with #D76C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C33; }

 p { color: rgb(215,108,51); }

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

background-color css

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

 a { background-color: rgb(215,108,51); }

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

border-color css

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

 span { border-color: rgb(215,108,51); }

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