Html Css Color HEX #DFB82B Gold Tips

📋 copy color: '#DFB82B'

red 223 ◦ green 184 ◦ blue 43

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

Shades of Gold Tips #DFB82B

Tints of Gold Tips #DFB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 49.56%
G = 40.89%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFB82B (or 0xDFB82B) is known color: Gold Tips. HEX triplet: DF, B8 and 2B. RGB value is (223,184,43). Sum of RGB (Red+Green+Blue) = 223+184+43=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB82B is #2047D4. Grayscale: #B4B4B4. Windows color (decimal): -2115541 or 2865375. OLE color: 2865375.

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

Color convert

RGB 223 184 43 -
CMYK 0 0.17 0.81 0.13
HSL 47º 0.74% 0.52% -
HSV(B) 47º 0.81% 0.87% -
XYZ 48.01 50.14 9.43 -
YUV 179.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 223 184 43 0 0.17 0.81 0.13 47 0.74 0.52
Hex DF B8 2B 0 11 51 D 2F 4A 34
Octal 337 270 53 0 21 121 15 57 112 64
Binary 11011111 10111000 101011 0 10001 1010001 1101 101111 1001010 110100

Color Harmonies of #DFB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB82B

Black with #DFB82B

Text Example


Text Example

White with #DFB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB82B; }

 p { color: rgb(223,184,43); }

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

background-color css

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

 a { background-color: rgb(223,184,43); }

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

border-color css

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

 span { border-color: rgb(223,184,43); }

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