Html Css Color HEX #DCD615 Barberry

📋 copy color: '#DCD615'

red 220 ◦ green 214 ◦ blue 21

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

Shades of Barberry #DCD615

Tints of Barberry #DCD615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.62%

R = 48.35%
G = 47.03%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD615 (or 0xDCD615) is known color: Barberry. HEX triplet: DC, D6 and 15. RGB value is (220,214,21). Sum of RGB (Red+Green+Blue) = 220+214+21=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD615 is #2329EA. Grayscale: #C2C2C2. Windows color (decimal): -2304491 or 1431260. OLE color: 1431260.

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

Color convert

RGB 220 214 21 -
CMYK 0 0.03 0.90 0.14
HSL 58.19º 0.83% 0.47% -
HSV(B) 58.19º 0.9% 0.86% -
XYZ 53.7 63.36 10.11 -
YUV 193.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 220 214 21 0 0.03 0.90 0.14 58.19 0.83 0.47
Hex DC D6 15 0 3 5A E 3A 53 2F
Octal 334 326 25 0 3 132 16 72 123 57
Binary 11011100 11010110 10101 0 11 1011010 1110 111010 1010011 101111

Color Harmonies of #DCD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD615

Black with #DCD615

Text Example


Text Example

White with #DCD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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