Html Css Color HEX #D7B225 Gold Tips

📋 copy color: '#D7B225'

red 215 ◦ green 178 ◦ blue 37

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

Shades of Gold Tips #D7B225

Tints of Gold Tips #D7B225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 50%
G = 41.4%
B = 8.6%

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

#D7B225 (or 0xD7B225) is known color: Gold Tips. HEX triplet: D7, B2 and 25. RGB value is (215,178,37). Sum of RGB (Red+Green+Blue) = 215+178+37=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B225 is #284DDA. Grayscale: #ADADAD. Windows color (decimal): -2641371 or 2470615. OLE color: 2470615.

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

Color convert

RGB 215 178 37 -
CMYK 0 0.17 0.83 0.16
HSL 47.53º 0.71% 0.49% -
HSV(B) 47.53º 0.83% 0.84% -
XYZ 44.28 46.42 8.38 -
YUV 172.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 215 178 37 0 0.17 0.83 0.16 47.53 0.71 0.49
Hex D7 B2 25 0 11 53 10 30 47 31
Octal 327 262 45 0 21 123 20 60 107 61
Binary 11010111 10110010 100101 0 10001 1010011 10000 110000 1000111 110001

Color Harmonies of #D7B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B225

Black with #D7B225

Text Example


Text Example

White with #D7B225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B225; }

 p { color: rgb(215,178,37); }

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

background-color css

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

 a { background-color: rgb(215,178,37); }

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

border-color css

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

 span { border-color: rgb(215,178,37); }

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