Html Css Color HEX #D76430 Gold Drop

📋 copy color: '#D76430'

red 215 ◦ green 100 ◦ blue 48

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

Shades of Gold Drop #D76430

Tints of Gold Drop #D76430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 59.23%
G = 27.55%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76430 (or 0xD76430) is known color: Gold Drop. HEX triplet: D7, 64 and 30. RGB value is (215,100,48). Sum of RGB (Red+Green+Blue) = 215+100+48=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76430 is #289BCF. Grayscale: #808080. Windows color (decimal): -2661328 or 3171543. OLE color: 3171543.

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

Color convert

RGB 215 100 48 -
CMYK 0 0.53 0.78 0.16
HSL 18.68º 0.68% 0.52% -
HSV(B) 18.68º 0.78% 0.84% -
XYZ 33.12 23.77 5.64 -
YUV 128.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 215 100 48 0 0.53 0.78 0.16 18.68 0.68 0.52
Hex D7 64 30 0 35 4E 10 13 44 34
Octal 327 144 60 0 65 116 20 23 104 64
Binary 11010111 1100100 110000 0 110101 1001110 10000 10011 1000100 110100

Color Harmonies of #D76430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76430

Black with #D76430

Text Example


Text Example

White with #D76430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76430; }

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

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

background-color css

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

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

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

border-color css

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

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

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