Html Css Color HEX #D7B324 Gold Tips

📋 copy color: '#D7B324'

red 215 ◦ green 179 ◦ blue 36

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

Shades of Gold Tips #D7B324

Tints of Gold Tips #D7B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 50%
G = 41.63%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7B324 (or 0xD7B324) is known color: Gold Tips. HEX triplet: D7, B3 and 24. RGB value is (215,179,36). Sum of RGB (Red+Green+Blue) = 215+179+36=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B324 is #284CDB. Grayscale: #AEAEAE. Windows color (decimal): -2641116 or 2405335. OLE color: 2405335.

HSL color Cylindrical-coordinate representation of color #D7B324: hue angle of 47.93º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7B324 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 36 -
CMYK 0 0.17 0.83 0.16
HSL 47.93º 0.71% 0.49% -
HSV(B) 47.93º 0.83% 0.84% -
XYZ 44.46 46.81 8.36 -
YUV 173.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 215 179 36 0 0.17 0.83 0.16 47.93 0.71 0.49
Hex D7 B3 24 0 11 53 10 30 47 31
Octal 327 263 44 0 21 123 20 60 107 61
Binary 11010111 10110011 100100 0 10001 1010011 10000 110000 1000111 110001

Color Harmonies of #D7B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B324

Black with #D7B324

Text Example


Text Example

White with #D7B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B324; }

 p { color: rgb(215,179,36); }

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

background-color css

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

 a { background-color: rgb(215,179,36); }

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

border-color css

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

 span { border-color: rgb(215,179,36); }

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