Html Css Color HEX #DFB21A Gold Tips

📋 copy color: '#DFB21A'

red 223 ◦ green 178 ◦ blue 26

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

Shades of Gold Tips #DFB21A

Tints of Gold Tips #DFB21A

RGB

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

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

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

R = 52.22%
G = 41.69%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFB21A (or 0xDFB21A) is known color: Gold Tips. HEX triplet: DF, B2 and 1A. RGB value is (223,178,26). Sum of RGB (Red+Green+Blue) = 223+178+26=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB21A is #204DE5. Grayscale: #AEAEAE. Windows color (decimal): -2117094 or 1749727. OLE color: 1749727.

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

Color convert

RGB 223 178 26 -
CMYK 0 0.20 0.88 0.13
HSL 46.29º 0.79% 0.49% -
HSV(B) 46.29º 0.88% 0.87% -
XYZ 46.54 47.6 7.71 -
YUV 174.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 223 178 26 0 0.20 0.88 0.13 46.29 0.79 0.49
Hex DF B2 1A 0 14 58 D 2E 4F 31
Octal 337 262 32 0 24 130 15 56 117 61
Binary 11011111 10110010 11010 0 10100 1011000 1101 101110 1001111 110001

Color Harmonies of #DFB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB21A

Black with #DFB21A

Text Example


Text Example

White with #DFB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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