Html Css Color HEX #DFB11E Gold Tips

📋 copy color: '#DFB11E'

red 223 ◦ green 177 ◦ blue 30

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

Shades of Gold Tips #DFB11E

Tints of Gold Tips #DFB11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.98%

R = 51.86%
G = 41.16%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFB11E (or 0xDFB11E) is known color: Gold Tips. HEX triplet: DF, B1 and 1E. RGB value is (223,177,30). Sum of RGB (Red+Green+Blue) = 223+177+30=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB11E is #204EE1. Grayscale: #AEAEAE. Windows color (decimal): -2117346 or 2011615. OLE color: 2011615.

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

Color convert

RGB 223 177 30 -
CMYK 0 0.21 0.87 0.13
HSL 45.7º 0.76% 0.5% -
HSV(B) 45.7º 0.87% 0.87% -
XYZ 46.39 47.23 7.9 -
YUV 174 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 223 177 30 0 0.21 0.87 0.13 45.7 0.76 0.5
Hex DF B1 1E 0 15 57 D 2E 4C 32
Octal 337 261 36 0 25 127 15 56 114 62
Binary 11011111 10110001 11110 0 10101 1010111 1101 101110 1001100 110010

Color Harmonies of #DFB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB11E

Black with #DFB11E

Text Example


Text Example

White with #DFB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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