Html Css Color HEX #DFB41B Gold Tips

📋 copy color: '#DFB41B'

red 223 ◦ green 180 ◦ blue 27

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

Shades of Gold Tips #DFB41B

Tints of Gold Tips #DFB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 51.86%
G = 41.86%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFB41B (or 0xDFB41B) is known color: Gold Tips. HEX triplet: DF, B4 and 1B. RGB value is (223,180,27). Sum of RGB (Red+Green+Blue) = 223+180+27=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB41B is #204BE4. Grayscale: #B0B0B0. Windows color (decimal): -2116581 or 1815775. OLE color: 1815775.

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

Color convert

RGB 223 180 27 -
CMYK 0 0.19 0.88 0.13
HSL 46.84º 0.78% 0.49% -
HSV(B) 46.84º 0.88% 0.87% -
XYZ 46.95 48.41 7.91 -
YUV 175.42 44.25 161.94 -
System Red Green Blue C M Y K H S L
Decimal 223 180 27 0 0.19 0.88 0.13 46.84 0.78 0.49
Hex DF B4 1B 0 13 58 D 2F 4E 31
Octal 337 264 33 0 23 130 15 57 116 61
Binary 11011111 10110100 11011 0 10011 1011000 1101 101111 1001110 110001

Color Harmonies of #DFB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB41B

Black with #DFB41B

Text Example


Text Example

White with #DFB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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