Html Css Color HEX #DFB228 Gold Tips

📋 copy color: '#DFB228'

red 223 ◦ green 178 ◦ blue 40

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

Shades of Gold Tips #DFB228

Tints of Gold Tips #DFB228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 50.57%
G = 40.36%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFB228 (or 0xDFB228) is known color: Gold Tips. HEX triplet: DF, B2 and 28. RGB value is (223,178,40). Sum of RGB (Red+Green+Blue) = 223+178+40=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB228 is #204DD7. Grayscale: #B0B0B0. Windows color (decimal): -2117080 or 2667231. OLE color: 2667231.

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

Color convert

RGB 223 178 40 -
CMYK 0 0.20 0.82 0.13
HSL 45.25º 0.74% 0.52% -
HSV(B) 45.25º 0.82% 0.87% -
XYZ 46.73 47.68 8.75 -
YUV 175.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 223 178 40 0 0.20 0.82 0.13 45.25 0.74 0.52
Hex DF B2 28 0 14 52 D 2D 4A 34
Octal 337 262 50 0 24 122 15 55 112 64
Binary 11011111 10110010 101000 0 10100 1010010 1101 101101 1001010 110100

Color Harmonies of #DFB228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB228

Black with #DFB228

Text Example


Text Example

White with #DFB228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB228; }

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

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

background-color css

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

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

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

border-color css

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

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

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