Html Css Color HEX #DCD616 Barberry

📋 copy color: '#DCD616'

red 220 ◦ green 214 ◦ blue 22

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

Shades of Barberry #DCD616

Tints of Barberry #DCD616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 48.25%
G = 46.93%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCD616 (or 0xDCD616) is known color: Barberry. HEX triplet: DC, D6 and 16. RGB value is (220,214,22). Sum of RGB (Red+Green+Blue) = 220+214+22=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD616 is #2329E9. Grayscale: #C2C2C2. Windows color (decimal): -2304490 or 1496796. OLE color: 1496796.

HSL color Cylindrical-coordinate representation of color #DCD616: hue angle of 58.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD616 is Cyan = 0, Magento = 0.03, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 22 -
CMYK 0 0.03 0.9 0.14
HSL 58.18º 0.82% 0.47% -
HSV(B) 58.18º 0.9% 0.86% -
XYZ 53.71 63.37 10.16 -
YUV 193.91 30.99 146.61 -
System Red Green Blue C M Y K H S L
Decimal 220 214 22 0 0.03 0.9 0.14 58.18 0.82 0.47
Hex DC D6 16 0 3 5A E 3A 52 2F
Octal 334 326 26 0 3 132 16 72 122 57
Binary 11011100 11010110 10110 0 11 1011010 1110 111010 1010010 101111

Color Harmonies of #DCD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD616

Black with #DCD616

Text Example


Text Example

White with #DCD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD616; }

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

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

background-color css

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

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

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

border-color css

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

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

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