Html Css Color HEX #DFB632 Gold Tips

📋 copy color: '#DFB632'

red 223 ◦ green 182 ◦ blue 50

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

Shades of Gold Tips #DFB632

Tints of Gold Tips #DFB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 10.99%

R = 49.01%
G = 40%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB632 (or 0xDFB632) is known color: Gold Tips. HEX triplet: DF, B6 and 32. RGB value is (223,182,50). Sum of RGB (Red+Green+Blue) = 223+182+50=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB632 is #2049CD. Grayscale: #B3B3B3. Windows color (decimal): -2116046 or 3323615. OLE color: 3323615.

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

Color convert

RGB 223 182 50 -
CMYK 0 0.18 0.78 0.13
HSL 45.78º 0.73% 0.54% -
HSV(B) 45.78º 0.78% 0.87% -
XYZ 47.74 49.37 10.03 -
YUV 179.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 223 182 50 0 0.18 0.78 0.13 45.78 0.73 0.54
Hex DF B6 32 0 12 4E D 2E 49 36
Octal 337 266 62 0 22 116 15 56 111 66
Binary 11011111 10110110 110010 0 10010 1001110 1101 101110 1001001 110110

Color Harmonies of #DFB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB632

Black with #DFB632

Text Example


Text Example

White with #DFB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB632; }

 p { color: rgb(223,182,50); }

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

background-color css

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

 a { background-color: rgb(223,182,50); }

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

border-color css

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

 span { border-color: rgb(223,182,50); }

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