Html Css Color HEX #DFB227 Gold Tips

📋 copy color: '#DFB227'

red 223 ◦ green 178 ◦ blue 39

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

Shades of Gold Tips #DFB227

Tints of Gold Tips #DFB227

RGB

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

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

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

R = 50.68%
G = 40.45%
B = 8.86%

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

#DFB227 (or 0xDFB227) is known color: Gold Tips. HEX triplet: DF, B2 and 27. RGB value is (223,178,39). Sum of RGB (Red+Green+Blue) = 223+178+39=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB227 is #204DD8. Grayscale: #B0B0B0. Windows color (decimal): -2117081 or 2601695. OLE color: 2601695.

HSL color Cylindrical-coordinate representation of color #DFB227: hue angle of 45.33º 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 #DFB227 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 39 -
CMYK 0 0.20 0.83 0.13
HSL 45.33º 0.74% 0.51% -
HSV(B) 45.33º 0.83% 0.87% -
XYZ 46.72 47.68 8.66 -
YUV 175.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 223 178 39 0 0.20 0.83 0.13 45.33 0.74 0.51
Hex DF B2 27 0 14 53 D 2D 4A 33
Octal 337 262 47 0 24 123 15 55 112 63
Binary 11011111 10110010 100111 0 10100 1010011 1101 101101 1001010 110011

Color Harmonies of #DFB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB227

Black with #DFB227

Text Example


Text Example

White with #DFB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB227; }

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

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

background-color css

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

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

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

border-color css

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

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

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