Html Css Color HEX #DCD315 Barberry

📋 copy color: '#DCD315'

red 220 ◦ green 211 ◦ blue 21

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

Shades of Barberry #DCD315

Tints of Barberry #DCD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

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

R = 48.67%
G = 46.68%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD315 (or 0xDCD315) is known color: Barberry. HEX triplet: DC, D3 and 15. RGB value is (220,211,21). Sum of RGB (Red+Green+Blue) = 220+211+21=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD315 is #232CEA. Grayscale: #C0C0C0. Windows color (decimal): -2305259 or 1430492. OLE color: 1430492.

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

Color convert

RGB 220 211 21 -
CMYK 0 0.04 0.90 0.14
HSL 57.29º 0.83% 0.47% -
HSV(B) 57.29º 0.9% 0.86% -
XYZ 52.94 61.86 9.86 -
YUV 192.03 31.48 147.95 -
System Red Green Blue C M Y K H S L
Decimal 220 211 21 0 0.04 0.90 0.14 57.29 0.83 0.47
Hex DC D3 15 0 4 5A E 39 53 2F
Octal 334 323 25 0 4 132 16 71 123 57
Binary 11011100 11010011 10101 0 100 1011010 1110 111001 1010011 101111

Color Harmonies of #DCD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD315

Black with #DCD315

Text Example


Text Example

White with #DCD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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