Html Css Color HEX #DCD421 Barberry

📋 copy color: '#DCD421'

red 220 ◦ green 212 ◦ blue 33

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

Shades of Barberry #DCD421

Tints of Barberry #DCD421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 47.31%
G = 45.59%
B = 7.1%

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

#DCD421 (or 0xDCD421) is known color: Barberry. HEX triplet: DC, D4 and 21. RGB value is (220,212,33). Sum of RGB (Red+Green+Blue) = 220+212+33=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD421 is #232BDE. Grayscale: #C2C2C2. Windows color (decimal): -2304991 or 2217180. OLE color: 2217180.

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

Color convert

RGB 220 212 33 -
CMYK 0 0.04 0.85 0.14
HSL 57.43º 0.74% 0.5% -
HSV(B) 57.43º 0.85% 0.86% -
XYZ 53.33 62.41 10.67 -
YUV 193.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 220 212 33 0 0.04 0.85 0.14 57.43 0.74 0.5
Hex DC D4 21 0 4 55 E 39 4A 32
Octal 334 324 41 0 4 125 16 71 112 62
Binary 11011100 11010100 100001 0 100 1010101 1110 111001 1001010 110010

Color Harmonies of #DCD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD421

Black with #DCD421

Text Example


Text Example

White with #DCD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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