Html Css Color HEX #DFB21B Gold Tips

📋 copy color: '#DFB21B'

red 223 ◦ green 178 ◦ blue 27

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

Shades of Gold Tips #DFB21B

Tints of Gold Tips #DFB21B

RGB

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

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

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

R = 52.1%
G = 41.59%
B = 6.31%

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

#DFB21B (or 0xDFB21B) is known color: Gold Tips. HEX triplet: DF, B2 and 1B. RGB value is (223,178,27). Sum of RGB (Red+Green+Blue) = 223+178+27=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB21B is #204DE4. Grayscale: #AEAEAE. Windows color (decimal): -2117093 or 1815263. OLE color: 1815263.

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

Color convert

RGB 223 178 27 -
CMYK 0 0.20 0.88 0.13
HSL 46.22º 0.78% 0.49% -
HSV(B) 46.22º 0.88% 0.87% -
XYZ 46.55 47.61 7.77 -
YUV 174.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 223 178 27 0 0.20 0.88 0.13 46.22 0.78 0.49
Hex DF B2 1B 0 14 58 D 2E 4E 31
Octal 337 262 33 0 24 130 15 56 116 61
Binary 11011111 10110010 11011 0 10100 1011000 1101 101110 1001110 110001

Color Harmonies of #DFB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB21B

Black with #DFB21B

Text Example


Text Example

White with #DFB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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