Html Css Color HEX #DCD121 Barberry

📋 copy color: '#DCD121'

red 220 ◦ green 209 ◦ blue 33

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

Shades of Barberry #DCD121

Tints of Barberry #DCD121

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

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

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 47.62%
G = 45.24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD121 (or 0xDCD121) is known color: Barberry. HEX triplet: DC, D1 and 21. RGB value is (220,209,33). Sum of RGB (Red+Green+Blue) = 220+209+33=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD121 is #232EDE. Grayscale: #C0C0C0. Windows color (decimal): -2305759 or 2216412. OLE color: 2216412.

HSL color Cylindrical-coordinate representation of color #DCD121: hue angle of 56.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD121 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 33 -
CMYK 0 0.05 0.85 0.14
HSL 56.47º 0.74% 0.5% -
HSV(B) 56.47º 0.85% 0.86% -
XYZ 52.59 60.93 10.43 -
YUV 192.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 220 209 33 0 0.05 0.85 0.14 56.47 0.74 0.5
Hex DC D1 21 0 5 55 E 38 4A 32
Octal 334 321 41 0 5 125 16 70 112 62
Binary 11011100 11010001 100001 0 101 1010101 1110 111000 1001010 110010

Color Harmonies of #DCD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD121

Black with #DCD121

Text Example


Text Example

White with #DCD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD121; }

 p { color: rgb(220,209,33); }

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

background-color css

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

 a { background-color: rgb(220,209,33); }

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

border-color css

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

 span { border-color: rgb(220,209,33); }

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