Html Css Color HEX #DFD316 Barberry

📋 copy color: '#DFD316'

red 223 ◦ green 211 ◦ blue 22

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

Shades of Barberry #DFD316

Tints of Barberry #DFD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 48.9%
G = 46.27%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFD316 (or 0xDFD316) is known color: Barberry. HEX triplet: DF, D3 and 16. RGB value is (223,211,22). Sum of RGB (Red+Green+Blue) = 223+211+22=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD316 is #202CE9. Grayscale: #C1C1C1. Windows color (decimal): -2108650 or 1496031. OLE color: 1496031.

HSL color Cylindrical-coordinate representation of color #DFD316: hue angle of 56.42º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFD316 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 22 -
CMYK 0 0.05 0.90 0.13
HSL 56.42º 0.82% 0.48% -
HSV(B) 56.42º 0.9% 0.87% -
XYZ 53.87 62.33 9.95 -
YUV 193.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 223 211 22 0 0.05 0.90 0.13 56.42 0.82 0.48
Hex DF D3 16 0 5 5A D 38 52 30
Octal 337 323 26 0 5 132 15 70 122 60
Binary 11011111 11010011 10110 0 101 1011010 1101 111000 1010010 110000

Color Harmonies of #DFD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD316

Black with #DFD316

Text Example


Text Example

White with #DFD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD316; }

 p { color: rgb(223,211,22); }

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

background-color css

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

 a { background-color: rgb(223,211,22); }

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

border-color css

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

 span { border-color: rgb(223,211,22); }

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