Html Css Color HEX #DFB226 Gold Tips

📋 copy color: '#DFB226'

red 223 ◦ green 178 ◦ blue 38

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

Shades of Gold Tips #DFB226

Tints of Gold Tips #DFB226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 50.8%
G = 40.55%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFB226 (or 0xDFB226) is known color: Gold Tips. HEX triplet: DF, B2 and 26. RGB value is (223,178,38). Sum of RGB (Red+Green+Blue) = 223+178+38=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB226 is #204DD9. Grayscale: #B0B0B0. Windows color (decimal): -2117082 or 2536159. OLE color: 2536159.

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

Color convert

RGB 223 178 38 -
CMYK 0 0.20 0.83 0.13
HSL 45.41º 0.74% 0.51% -
HSV(B) 45.41º 0.83% 0.87% -
XYZ 46.7 47.67 8.57 -
YUV 175.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 223 178 38 0 0.20 0.83 0.13 45.41 0.74 0.51
Hex DF B2 26 0 14 53 D 2D 4A 33
Octal 337 262 46 0 24 123 15 55 112 63
Binary 11011111 10110010 100110 0 10100 1010011 1101 101101 1001010 110011

Color Harmonies of #DFB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB226

Black with #DFB226

Text Example


Text Example

White with #DFB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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