Html Css Color HEX #D8B22B Gold Tips

📋 copy color: '#D8B22B'

red 216 ◦ green 178 ◦ blue 43

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

Shades of Gold Tips #D8B22B

Tints of Gold Tips #D8B22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.84%

R = 49.43%
G = 40.73%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8B22B (or 0xD8B22B) is known color: Gold Tips. HEX triplet: D8, B2 and 2B. RGB value is (216,178,43). Sum of RGB (Red+Green+Blue) = 216+178+43=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B22B is #274DD4. Grayscale: #AEAEAE. Windows color (decimal): -2575829 or 2863832. OLE color: 2863832.

HSL color Cylindrical-coordinate representation of color #D8B22B: hue angle of 46.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8B22B is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 43 -
CMYK 0 0.18 0.80 0.15
HSL 46.82º 0.69% 0.51% -
HSV(B) 46.82º 0.8% 0.85% -
XYZ 44.68 46.61 8.93 -
YUV 173.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 216 178 43 0 0.18 0.80 0.15 46.82 0.69 0.51
Hex D8 B2 2B 0 12 50 F 2F 45 33
Octal 330 262 53 0 22 120 17 57 105 63
Binary 11011000 10110010 101011 0 10010 1010000 1111 101111 1000101 110011

Color Harmonies of #D8B22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B22B

Black with #D8B22B

Text Example


Text Example

White with #D8B22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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