Html Css Color HEX #DFB12E Gold Tips

📋 copy color: '#DFB12E'

red 223 ◦ green 177 ◦ blue 46

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

Shades of Gold Tips #DFB12E

Tints of Gold Tips #DFB12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.31%

R = 50%
G = 39.69%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFB12E (or 0xDFB12E) is known color: Gold Tips. HEX triplet: DF, B1 and 2E. RGB value is (223,177,46). Sum of RGB (Red+Green+Blue) = 223+177+46=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB12E is #204ED1. Grayscale: #B0B0B0. Windows color (decimal): -2117330 or 3060191. OLE color: 3060191.

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

Color convert

RGB 223 177 46 -
CMYK 0 0.21 0.79 0.13
HSL 44.41º 0.73% 0.53% -
HSV(B) 44.41º 0.79% 0.87% -
XYZ 46.65 47.33 9.26 -
YUV 175.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 223 177 46 0 0.21 0.79 0.13 44.41 0.73 0.53
Hex DF B1 2E 0 15 4F D 2C 49 35
Octal 337 261 56 0 25 117 15 54 111 65
Binary 11011111 10110001 101110 0 10101 1001111 1101 101100 1001001 110101

Color Harmonies of #DFB12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB12E

Black with #DFB12E

Text Example


Text Example

White with #DFB12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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