Html Css Color HEX #DCD721 Barberry

📋 copy color: '#DCD721'

red 220 ◦ green 215 ◦ blue 33

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

Shades of Barberry #DCD721

Tints of Barberry #DCD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.94%

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

R = 47.01%
G = 45.94%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD721 (or 0xDCD721) is known color: Barberry. HEX triplet: DC, D7 and 21. RGB value is (220,215,33). Sum of RGB (Red+Green+Blue) = 220+215+33=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD721 is #2328DE. Grayscale: #C4C4C4. Windows color (decimal): -2304223 or 2217948. OLE color: 2217948.

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

Color convert

RGB 220 215 33 -
CMYK 0 0.02 0.85 0.14
HSL 58.4º 0.74% 0.5% -
HSV(B) 58.4º 0.85% 0.86% -
XYZ 54.09 63.93 10.93 -
YUV 195.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 220 215 33 0 0.02 0.85 0.14 58.4 0.74 0.5
Hex DC D7 21 0 2 55 E 3A 4A 32
Octal 334 327 41 0 2 125 16 72 112 62
Binary 11011100 11010111 100001 0 10 1010101 1110 111010 1001010 110010

Color Harmonies of #DCD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD721

Black with #DCD721

Text Example


Text Example

White with #DCD721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD721; }

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

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

background-color css

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

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

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

border-color css

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

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

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