Html Css Color HEX #D9B227 Gold Tips

📋 copy color: '#D9B227'

red 217 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #D9B227

Tints of Gold Tips #D9B227

RGB

 RED value IS 217 (85.16% from 255) = 50%

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 50%
G = 41.01%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9B227 (or 0xD9B227) is known color: Gold Tips. HEX triplet: D9, B2 and 27. RGB value is (217,178,39). Sum of RGB (Red+Green+Blue) = 217+178+39=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B227 is #264DD8. Grayscale: #AEAEAE. Windows color (decimal): -2510297 or 2601689. OLE color: 2601689.

HSL color Cylindrical-coordinate representation of color #D9B227: hue angle of 46.85º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9B227 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 39 -
CMYK 0 0.18 0.82 0.15
HSL 46.85º 0.7% 0.5% -
HSV(B) 46.85º 0.82% 0.85% -
XYZ 44.9 46.74 8.57 -
YUV 173.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 217 178 39 0 0.18 0.82 0.15 46.85 0.7 0.5
Hex D9 B2 27 0 12 52 F 2F 46 32
Octal 331 262 47 0 22 122 17 57 106 62
Binary 11011001 10110010 100111 0 10010 1010010 1111 101111 1000110 110010

Color Harmonies of #D9B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B227

Black with #D9B227

Text Example


Text Example

White with #D9B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B227; }

 p { color: rgb(217,178,39); }

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

background-color css

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

 a { background-color: rgb(217,178,39); }

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

border-color css

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

 span { border-color: rgb(217,178,39); }

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