Html Css Color HEX #DCD815 Barberry

📋 copy color: '#DCD815'

red 220 ◦ green 216 ◦ blue 21

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

Shades of Barberry #DCD815

Tints of Barberry #DCD815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 48.14%
G = 47.26%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD815 (or 0xDCD815) is known color: Barberry. HEX triplet: DC, D8 and 15. RGB value is (220,216,21). Sum of RGB (Red+Green+Blue) = 220+216+21=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD815 is #2327EA. Grayscale: #C3C3C3. Windows color (decimal): -2303979 or 1431772. OLE color: 1431772.

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

Color convert

RGB 220 216 21 -
CMYK 0 0.02 0.90 0.14
HSL 58.79º 0.83% 0.47% -
HSV(B) 58.79º 0.9% 0.86% -
XYZ 54.21 64.38 10.28 -
YUV 194.97 29.83 145.86 -
System Red Green Blue C M Y K H S L
Decimal 220 216 21 0 0.02 0.90 0.14 58.79 0.83 0.47
Hex DC D8 15 0 2 5A E 3B 53 2F
Octal 334 330 25 0 2 132 16 73 123 57
Binary 11011100 11011000 10101 0 10 1011010 1110 111011 1010011 101111

Color Harmonies of #DCD815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD815

Black with #DCD815

Text Example


Text Example

White with #DCD815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD815; }

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

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

background-color css

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

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

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

border-color css

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

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

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