Html Css Color HEX #DCD321 Barberry

📋 copy color: '#DCD321'

red 220 ◦ green 211 ◦ blue 33

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

Shades of Barberry #DCD321

Tints of Barberry #DCD321

RGB

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

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

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

R = 47.41%
G = 45.47%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD321 (or 0xDCD321) is known color: Barberry. HEX triplet: DC, D3 and 21. RGB value is (220,211,33). Sum of RGB (Red+Green+Blue) = 220+211+33=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD321 is #232CDE. Grayscale: #C2C2C2. Windows color (decimal): -2305247 or 2216924. OLE color: 2216924.

HSL color Cylindrical-coordinate representation of color #DCD321: hue angle of 57.11º 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 #DCD321 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 33 -
CMYK 0 0.04 0.85 0.14
HSL 57.11º 0.74% 0.5% -
HSV(B) 57.11º 0.85% 0.86% -
XYZ 53.08 61.91 10.59 -
YUV 193.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 220 211 33 0 0.04 0.85 0.14 57.11 0.74 0.5
Hex DC D3 21 0 4 55 E 39 4A 32
Octal 334 323 41 0 4 125 16 71 112 62
Binary 11011100 11010011 100001 0 100 1010101 1110 111001 1001010 110010

Color Harmonies of #DCD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD321

Black with #DCD321

Text Example


Text Example

White with #DCD321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD321; }

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

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

background-color css

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

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

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

border-color css

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

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

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