Html Css Color HEX #DFB230 Gold Tips

📋 copy color: '#DFB230'

red 223 ◦ green 178 ◦ blue 48

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

Shades of Gold Tips #DFB230

Tints of Gold Tips #DFB230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 49.67%
G = 39.64%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFB230 (or 0xDFB230) is known color: Gold Tips. HEX triplet: DF, B2 and 30. RGB value is (223,178,48). Sum of RGB (Red+Green+Blue) = 223+178+48=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB230 is #204DCF. Grayscale: #B1B1B1. Windows color (decimal): -2117072 or 3191519. OLE color: 3191519.

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

Color convert

RGB 223 178 48 -
CMYK 0 0.20 0.78 0.13
HSL 44.57º 0.73% 0.53% -
HSV(B) 44.57º 0.78% 0.87% -
XYZ 46.89 47.74 9.54 -
YUV 176.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 223 178 48 0 0.20 0.78 0.13 44.57 0.73 0.53
Hex DF B2 30 0 14 4E D 2D 49 35
Octal 337 262 60 0 24 116 15 55 111 65
Binary 11011111 10110010 110000 0 10100 1001110 1101 101101 1001001 110101

Color Harmonies of #DFB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB230

Black with #DFB230

Text Example


Text Example

White with #DFB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB230; }

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

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

background-color css

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

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

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

border-color css

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

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

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