Html Css Color HEX #DFB12B Gold Tips

📋 copy color: '#DFB12B'

red 223 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #DFB12B

Tints of Gold Tips #DFB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.71%

R = 50.34%
G = 39.95%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB12B (or 0xDFB12B) is known color: Gold Tips. HEX triplet: DF, B1 and 2B. RGB value is (223,177,43). Sum of RGB (Red+Green+Blue) = 223+177+43=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB12B is #204ED4. Grayscale: #B0B0B0. Windows color (decimal): -2117333 or 2863583. OLE color: 2863583.

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

Color convert

RGB 223 177 43 -
CMYK 0 0.21 0.81 0.13
HSL 44.67º 0.74% 0.52% -
HSV(B) 44.67º 0.81% 0.87% -
XYZ 46.59 47.31 8.96 -
YUV 175.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 223 177 43 0 0.21 0.81 0.13 44.67 0.74 0.52
Hex DF B1 2B 0 15 51 D 2D 4A 34
Octal 337 261 53 0 25 121 15 55 112 64
Binary 11011111 10110001 101011 0 10101 1010001 1101 101101 1001010 110100

Color Harmonies of #DFB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB12B

Black with #DFB12B

Text Example


Text Example

White with #DFB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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