Html Css Color HEX #DFBB2A Gold Tips

📋 copy color: '#DFBB2A'

red 223 ◦ green 187 ◦ blue 42

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

Shades of Gold Tips #DFBB2A

Tints of Gold Tips #DFBB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 49.34%
G = 41.37%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFBB2A (or 0xDFBB2A) is known color: Gold Tips. HEX triplet: DF, BB and 2A. RGB value is (223,187,42). Sum of RGB (Red+Green+Blue) = 223+187+42=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB2A is #2044D5. Grayscale: #B5B5B5. Windows color (decimal): -2114774 or 2800607. OLE color: 2800607.

HSL color Cylindrical-coordinate representation of color #DFBB2A: hue angle of 48.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFBB2A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 187 42 -
CMYK 0 0.16 0.81 0.13
HSL 48.07º 0.74% 0.52% -
HSV(B) 48.07º 0.81% 0.87% -
XYZ 48.62 51.4 9.55 -
YUV 181.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 223 187 42 0 0.16 0.81 0.13 48.07 0.74 0.52
Hex DF BB 2A 0 10 51 D 30 4A 34
Octal 337 273 52 0 20 121 15 60 112 64
Binary 11011111 10111011 101010 0 10000 1010001 1101 110000 1001010 110100

Color Harmonies of #DFBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB2A

Black with #DFBB2A

Text Example


Text Example

White with #DFBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB2A; }

 p { color: rgb(223,187,42); }

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

background-color css

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

 a { background-color: rgb(223,187,42); }

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

border-color css

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

 span { border-color: rgb(223,187,42); }

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