Html Css Color HEX #DFB11B Gold Tips

📋 copy color: '#DFB11B'

red 223 ◦ green 177 ◦ blue 27

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

Shades of Gold Tips #DFB11B

Tints of Gold Tips #DFB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.45%

 BLUE value IS 27 (10.94% from 255) = 6.32%

R = 52.22%
G = 41.45%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFB11B (or 0xDFB11B) is known color: Gold Tips. HEX triplet: DF, B1 and 1B. RGB value is (223,177,27). Sum of RGB (Red+Green+Blue) = 223+177+27=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB11B is #204EE4. Grayscale: #AEAEAE. Windows color (decimal): -2117349 or 1815007. OLE color: 1815007.

HSL color Cylindrical-coordinate representation of color #DFB11B: hue angle of 45.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFB11B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 27 -
CMYK 0 0.21 0.88 0.13
HSL 45.92º 0.78% 0.49% -
HSV(B) 45.92º 0.88% 0.87% -
XYZ 46.35 47.21 7.71 -
YUV 173.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 223 177 27 0 0.21 0.88 0.13 45.92 0.78 0.49
Hex DF B1 1B 0 15 58 D 2E 4E 31
Octal 337 261 33 0 25 130 15 56 116 61
Binary 11011111 10110001 11011 0 10101 1011000 1101 101110 1001110 110001

Color Harmonies of #DFB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB11B

Black with #DFB11B

Text Example


Text Example

White with #DFB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB11B; }

 p { color: rgb(223,177,27); }

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

background-color css

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

 a { background-color: rgb(223,177,27); }

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

border-color css

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

 span { border-color: rgb(223,177,27); }

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