Html Css Color HEX #DCD621 Barberry

📋 copy color: '#DCD621'

red 220 ◦ green 214 ◦ blue 33

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

Shades of Barberry #DCD621

Tints of Barberry #DCD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.82%

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

R = 47.11%
G = 45.82%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD621 (or 0xDCD621) is known color: Barberry. HEX triplet: DC, D6 and 21. RGB value is (220,214,33). Sum of RGB (Red+Green+Blue) = 220+214+33=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD621 is #2329DE. Grayscale: #C3C3C3. Windows color (decimal): -2304479 or 2217692. OLE color: 2217692.

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

Color convert

RGB 220 214 33 -
CMYK 0 0.03 0.85 0.14
HSL 58.07º 0.74% 0.5% -
HSV(B) 58.07º 0.85% 0.86% -
XYZ 53.84 63.42 10.84 -
YUV 195.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 220 214 33 0 0.03 0.85 0.14 58.07 0.74 0.5
Hex DC D6 21 0 3 55 E 3A 4A 32
Octal 334 326 41 0 3 125 16 72 112 62
Binary 11011100 11010110 100001 0 11 1010101 1110 111010 1001010 110010

Color Harmonies of #DCD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD621

Black with #DCD621

Text Example


Text Example

White with #DCD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD621; }

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

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

background-color css

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

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

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

border-color css

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

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

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