Html Css Color HEX #DFB630 Gold Tips

📋 copy color: '#DFB630'

red 223 ◦ green 182 ◦ blue 48

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

Shades of Gold Tips #DFB630

Tints of Gold Tips #DFB630

RGB

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

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

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

R = 49.23%
G = 40.18%
B = 10.6%

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

#DFB630 (or 0xDFB630) is known color: Gold Tips. HEX triplet: DF, B6 and 30. RGB value is (223,182,48). Sum of RGB (Red+Green+Blue) = 223+182+48=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB630 is #2049CF. Grayscale: #B3B3B3. Windows color (decimal): -2116048 or 3192543. OLE color: 3192543.

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

Color convert

RGB 223 182 48 -
CMYK 0 0.18 0.78 0.13
HSL 45.94º 0.73% 0.53% -
HSV(B) 45.94º 0.78% 0.87% -
XYZ 47.69 49.36 9.81 -
YUV 178.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 223 182 48 0 0.18 0.78 0.13 45.94 0.73 0.53
Hex DF B6 30 0 12 4E D 2E 49 35
Octal 337 266 60 0 22 116 15 56 111 65
Binary 11011111 10110110 110000 0 10010 1001110 1101 101110 1001001 110101

Color Harmonies of #DFB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB630

Black with #DFB630

Text Example


Text Example

White with #DFB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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