Html Css Color HEX #DFB01A Gold Tips

📋 copy color: '#DFB01A'

red 223 ◦ green 176 ◦ blue 26

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

Shades of Gold Tips #DFB01A

Tints of Gold Tips #DFB01A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 26 (10.55% from 255) = 6.12%

R = 52.47%
G = 41.41%
B = 6.12%

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

#DFB01A (or 0xDFB01A) is known color: Gold Tips. HEX triplet: DF, B0 and 1A. RGB value is (223,176,26). Sum of RGB (Red+Green+Blue) = 223+176+26=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB01A is #204FE5. Grayscale: #ADADAD. Windows color (decimal): -2117606 or 1749215. OLE color: 1749215.

HSL color Cylindrical-coordinate representation of color #DFB01A: hue angle of 45.69º degrees, saturation: 0.79, 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 #DFB01A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 26 -
CMYK 0 0.21 0.88 0.13
HSL 45.69º 0.79% 0.49% -
HSV(B) 45.69º 0.88% 0.87% -
XYZ 46.14 46.81 7.58 -
YUV 172.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 223 176 26 0 0.21 0.88 0.13 45.69 0.79 0.49
Hex DF B0 1A 0 15 58 D 2E 4F 31
Octal 337 260 32 0 25 130 15 56 117 61
Binary 11011111 10110000 11010 0 10101 1011000 1101 101110 1001111 110001

Color Harmonies of #DFB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB01A

Black with #DFB01A

Text Example


Text Example

White with #DFB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB01A; }

 p { color: rgb(223,176,26); }

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

background-color css

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

 a { background-color: rgb(223,176,26); }

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

border-color css

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

 span { border-color: rgb(223,176,26); }

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