Html Css Color HEX #DFD120 Barberry

📋 copy color: '#DFD120'

red 223 ◦ green 209 ◦ blue 32

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

Shades of Barberry #DFD120

Tints of Barberry #DFD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 48.06%
G = 45.04%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFD120 (or 0xDFD120) is known color: Barberry. HEX triplet: DF, D1 and 20. RGB value is (223,209,32). Sum of RGB (Red+Green+Blue) = 223+209+32=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD120 is #202EDF. Grayscale: #C1C1C1. Windows color (decimal): -2109152 or 2150879. OLE color: 2150879.

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

Color convert

RGB 223 209 32 -
CMYK 0 0.06 0.86 0.13
HSL 55.6º 0.75% 0.5% -
HSV(B) 55.6º 0.86% 0.87% -
XYZ 53.49 61.39 10.4 -
YUV 193.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 223 209 32 0 0.06 0.86 0.13 55.6 0.75 0.5
Hex DF D1 20 0 6 56 D 38 4B 32
Octal 337 321 40 0 6 126 15 70 113 62
Binary 11011111 11010001 100000 0 110 1010110 1101 111000 1001011 110010

Color Harmonies of #DFD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD120

Black with #DFD120

Text Example


Text Example

White with #DFD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD120; }

 p { color: rgb(223,209,32); }

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

background-color css

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

 a { background-color: rgb(223,209,32); }

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

border-color css

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

 span { border-color: rgb(223,209,32); }

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