Html Css Color HEX #DFD522 Barberry

📋 copy color: '#DFD522'

red 223 ◦ green 213 ◦ blue 34

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

Shades of Barberry #DFD522

Tints of Barberry #DFD522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

 BLUE value IS 34 (13.67% from 255) = 7.23%

R = 47.45%
G = 45.32%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFD522 (or 0xDFD522) is known color: Barberry. HEX triplet: DF, D5 and 22. RGB value is (223,213,34). Sum of RGB (Red+Green+Blue) = 223+213+34=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD522 is #202ADD. Grayscale: #C4C4C4. Windows color (decimal): -2108126 or 2282975. OLE color: 2282975.

HSL color Cylindrical-coordinate representation of color #DFD522: hue angle of 56.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFD522 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 34 -
CMYK 0 0.04 0.85 0.13
HSL 56.83º 0.75% 0.5% -
HSV(B) 56.83º 0.85% 0.87% -
XYZ 54.51 63.39 10.88 -
YUV 195.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 223 213 34 0 0.04 0.85 0.13 56.83 0.75 0.5
Hex DF D5 22 0 4 55 D 39 4B 32
Octal 337 325 42 0 4 125 15 71 113 62
Binary 11011111 11010101 100010 0 100 1010101 1101 111001 1001011 110010

Color Harmonies of #DFD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD522

Black with #DFD522

Text Example


Text Example

White with #DFD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD522; }

 p { color: rgb(223,213,34); }

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

background-color css

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

 a { background-color: rgb(223,213,34); }

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

border-color css

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

 span { border-color: rgb(223,213,34); }

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