Html Css Color HEX #DFB233 Metallic Gold

📋 copy color: '#DFB233'

red 223 ◦ green 178 ◦ blue 51

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

Shades of Metallic Gold #DFB233

Tints of Metallic Gold #DFB233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.28%

R = 49.34%
G = 39.38%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFB233 (or 0xDFB233) is known color: Metallic Gold. HEX triplet: DF, B2 and 33. RGB value is (223,178,51). Sum of RGB (Red+Green+Blue) = 223+178+51=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB233 is #204DCC. Grayscale: #B1B1B1. Windows color (decimal): -2117069 or 3388127. OLE color: 3388127.

HSL color Cylindrical-coordinate representation of color #DFB233: hue angle of 44.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB233 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 51 -
CMYK 0 0.20 0.77 0.13
HSL 44.3º 0.73% 0.54% -
HSV(B) 44.3º 0.77% 0.87% -
XYZ 46.95 47.77 9.88 -
YUV 176.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 223 178 51 0 0.20 0.77 0.13 44.3 0.73 0.54
Hex DF B2 33 0 14 4D D 2C 49 36
Octal 337 262 63 0 24 115 15 54 111 66
Binary 11011111 10110010 110011 0 10100 1001101 1101 101100 1001001 110110

Color Harmonies of #DFB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB233

Black with #DFB233

Text Example


Text Example

White with #DFB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB233; }

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

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

background-color css

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

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

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

border-color css

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

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

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