Html Css Color HEX #D76B30 Gold Drop

📋 copy color: '#D76B30'

red 215 ◦ green 107 ◦ blue 48

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

Shades of Gold Drop #D76B30

Tints of Gold Drop #D76B30

RGB

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

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

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

R = 58.11%
G = 28.92%
B = 12.97%

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

#D76B30 (or 0xD76B30) is known color: Gold Drop. HEX triplet: D7, 6B and 30. RGB value is (215,107,48). Sum of RGB (Red+Green+Blue) = 215+107+48=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B30 is #2894CF. Grayscale: #848484. Windows color (decimal): -2659536 or 3173335. OLE color: 3173335.

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

Color convert

RGB 215 107 48 -
CMYK 0 0.50 0.78 0.16
HSL 21.2º 0.68% 0.52% -
HSV(B) 21.2º 0.78% 0.84% -
XYZ 33.82 25.18 5.87 -
YUV 132.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 215 107 48 0 0.50 0.78 0.16 21.2 0.68 0.52
Hex D7 6B 30 0 32 4E 10 15 44 34
Octal 327 153 60 0 62 116 20 25 104 64
Binary 11010111 1101011 110000 0 110010 1001110 10000 10101 1000100 110100

Color Harmonies of #D76B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B30

Black with #D76B30

Text Example


Text Example

White with #D76B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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