Html Css Color HEX #DFB22B Gold Tips

📋 copy color: '#DFB22B'

red 223 ◦ green 178 ◦ blue 43

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

Shades of Gold Tips #DFB22B

Tints of Gold Tips #DFB22B

RGB

 RED value IS 223 (87.5% from 255) = 50.23%

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

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

R = 50.23%
G = 40.09%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB22B (or 0xDFB22B) is known color: Gold Tips. HEX triplet: DF, B2 and 2B. RGB value is (223,178,43). Sum of RGB (Red+Green+Blue) = 223+178+43=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB22B is #204DD4. Grayscale: #B0B0B0. Windows color (decimal): -2117077 or 2863839. OLE color: 2863839.

HSL color Cylindrical-coordinate representation of color #DFB22B: hue angle of 45º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB22B is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 43 -
CMYK 0 0.20 0.81 0.13
HSL 45º 0.74% 0.52% -
HSV(B) 45º 0.81% 0.87% -
XYZ 46.79 47.7 9.03 -
YUV 176.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 223 178 43 0 0.20 0.81 0.13 45 0.74 0.52
Hex DF B2 2B 0 14 51 D 2D 4A 34
Octal 337 262 53 0 24 121 15 55 112 64
Binary 11011111 10110010 101011 0 10100 1010001 1101 101101 1001010 110100

Color Harmonies of #DFB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB22B

Black with #DFB22B

Text Example


Text Example

White with #DFB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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