Html Css Color HEX #D8B227 Gold Tips

📋 copy color: '#D8B227'

red 216 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #D8B227

Tints of Gold Tips #D8B227

RGB

 RED value IS 216 (84.77% from 255) = 49.88%

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

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

R = 49.88%
G = 41.11%
B = 9.01%

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

#D8B227 (or 0xD8B227) is known color: Gold Tips. HEX triplet: D8, B2 and 27. RGB value is (216,178,39). Sum of RGB (Red+Green+Blue) = 216+178+39=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B227 is #274DD8. Grayscale: #AEAEAE. Windows color (decimal): -2575833 or 2601688. OLE color: 2601688.

HSL color Cylindrical-coordinate representation of color #D8B227: hue angle of 47.12º degrees, saturation: 0.69, 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 #D8B227 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 39 -
CMYK 0 0.18 0.82 0.15
HSL 47.12º 0.69% 0.5% -
HSV(B) 47.12º 0.82% 0.85% -
XYZ 44.61 46.59 8.56 -
YUV 173.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 216 178 39 0 0.18 0.82 0.15 47.12 0.69 0.5
Hex D8 B2 27 0 12 52 F 2F 45 32
Octal 330 262 47 0 22 122 17 57 105 62
Binary 11011000 10110010 100111 0 10010 1010010 1111 101111 1000101 110010

Color Harmonies of #D8B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B227

Black with #D8B227

Text Example


Text Example

White with #D8B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B227; }

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

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

background-color css

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

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

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

border-color css

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

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

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