Html Css Color HEX #DCD515 Barberry

📋 copy color: '#DCD515'

red 220 ◦ green 213 ◦ blue 21

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

Shades of Barberry #DCD515

Tints of Barberry #DCD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

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

R = 48.46%
G = 46.92%
B = 4.63%

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

#DCD515 (or 0xDCD515) is known color: Barberry. HEX triplet: DC, D5 and 15. RGB value is (220,213,21). Sum of RGB (Red+Green+Blue) = 220+213+21=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD515 is #232AEA. Grayscale: #C1C1C1. Windows color (decimal): -2304747 or 1431004. OLE color: 1431004.

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

Color convert

RGB 220 213 21 -
CMYK 0 0.03 0.90 0.14
HSL 57.89º 0.83% 0.47% -
HSV(B) 57.89º 0.9% 0.86% -
XYZ 53.44 62.86 10.03 -
YUV 193.21 30.82 147.11 -
System Red Green Blue C M Y K H S L
Decimal 220 213 21 0 0.03 0.90 0.14 57.89 0.83 0.47
Hex DC D5 15 0 3 5A E 3A 53 2F
Octal 334 325 25 0 3 132 16 72 123 57
Binary 11011100 11010101 10101 0 11 1011010 1110 111010 1010011 101111

Color Harmonies of #DCD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD515

Black with #DCD515

Text Example


Text Example

White with #DCD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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