Html Css Color HEX #DFB21E Gold Tips

📋 copy color: '#DFB21E'

red 223 ◦ green 178 ◦ blue 30

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

Shades of Gold Tips #DFB21E

Tints of Gold Tips #DFB21E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 51.74%
G = 41.3%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFB21E (or 0xDFB21E) is known color: Gold Tips. HEX triplet: DF, B2 and 1E. RGB value is (223,178,30). Sum of RGB (Red+Green+Blue) = 223+178+30=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB21E is #204DE1. Grayscale: #AFAFAF. Windows color (decimal): -2117090 or 2011871. OLE color: 2011871.

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

Color convert

RGB 223 178 30 -
CMYK 0 0.20 0.87 0.13
HSL 46.01º 0.76% 0.5% -
HSV(B) 46.01º 0.87% 0.87% -
XYZ 46.59 47.62 7.97 -
YUV 174.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 223 178 30 0 0.20 0.87 0.13 46.01 0.76 0.5
Hex DF B2 1E 0 14 57 D 2E 4C 32
Octal 337 262 36 0 24 127 15 56 114 62
Binary 11011111 10110010 11110 0 10100 1010111 1101 101110 1001100 110010

Color Harmonies of #DFB21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB21E

Black with #DFB21E

Text Example


Text Example

White with #DFB21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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