Html Css Color HEX #D76C30 Gold Drop

📋 copy color: '#D76C30'

red 215 ◦ green 108 ◦ blue 48

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

Shades of Gold Drop #D76C30

Tints of Gold Drop #D76C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 57.95%
G = 29.11%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76C30 (or 0xD76C30) is known color: Gold Drop. HEX triplet: D7, 6C and 30. RGB value is (215,108,48). Sum of RGB (Red+Green+Blue) = 215+108+48=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C30 is #2893CF. Grayscale: #858585. Windows color (decimal): -2659280 or 3173591. OLE color: 3173591.

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

Color convert

RGB 215 108 48 -
CMYK 0 0.50 0.78 0.16
HSL 21.56º 0.68% 0.52% -
HSV(B) 21.56º 0.78% 0.84% -
XYZ 33.92 25.39 5.91 -
YUV 133.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 215 108 48 0 0.50 0.78 0.16 21.56 0.68 0.52
Hex D7 6C 30 0 32 4E 10 16 44 34
Octal 327 154 60 0 62 116 20 26 104 64
Binary 11010111 1101100 110000 0 110010 1001110 10000 10110 1000100 110100

Color Harmonies of #D76C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C30

Black with #D76C30

Text Example


Text Example

White with #D76C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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