Html Css Color HEX #DCD915 Barberry

📋 copy color: '#DCD915'

red 220 ◦ green 217 ◦ blue 21

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

Shades of Barberry #DCD915

Tints of Barberry #DCD915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.38%

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

R = 48.03%
G = 47.38%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD915 (or 0xDCD915) is known color: Barberry. HEX triplet: DC, D9 and 15. RGB value is (220,217,21). Sum of RGB (Red+Green+Blue) = 220+217+21=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD915 is #2326EA. Grayscale: #C4C4C4. Windows color (decimal): -2303723 or 1432028. OLE color: 1432028.

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

Color convert

RGB 220 217 21 -
CMYK 0 0.01 0.90 0.14
HSL 59.1º 0.83% 0.47% -
HSV(B) 59.1º 0.9% 0.86% -
XYZ 54.46 64.9 10.37 -
YUV 195.55 29.49 145.44 -
System Red Green Blue C M Y K H S L
Decimal 220 217 21 0 0.01 0.90 0.14 59.1 0.83 0.47
Hex DC D9 15 0 1 5A E 3B 53 2F
Octal 334 331 25 0 1 132 16 73 123 57
Binary 11011100 11011001 10101 0 1 1011010 1110 111011 1010011 101111

Color Harmonies of #DCD915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD915

Black with #DCD915

Text Example


Text Example

White with #DCD915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD915; }

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

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

background-color css

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

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

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

border-color css

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

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

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