Html Css Color HEX #DCD411 Barberry

📋 copy color: '#DCD411'

red 220 ◦ green 212 ◦ blue 17

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

Shades of Barberry #DCD411

Tints of Barberry #DCD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 49%
G = 47.22%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCD411 (or 0xDCD411) is known color: Barberry. HEX triplet: DC, D4 and 11. RGB value is (220,212,17). Sum of RGB (Red+Green+Blue) = 220+212+17=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD411 is #232BEE. Grayscale: #C0C0C0. Windows color (decimal): -2305007 or 1168604. OLE color: 1168604.

HSL color Cylindrical-coordinate representation of color #DCD411: hue angle of 57.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD411 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 17 -
CMYK 0 0.04 0.92 0.14
HSL 57.64º 0.86% 0.46% -
HSV(B) 57.64º 0.92% 0.86% -
XYZ 53.16 62.34 9.76 -
YUV 192.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 220 212 17 0 0.04 0.92 0.14 57.64 0.86 0.46
Hex DC D4 11 0 4 5C E 3A 56 2E
Octal 334 324 21 0 4 134 16 72 126 56
Binary 11011100 11010100 10001 0 100 1011100 1110 111010 1010110 101110

Color Harmonies of #DCD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD411

Black with #DCD411

Text Example


Text Example

White with #DCD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD411; }

 p { color: rgb(220,212,17); }

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

background-color css

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

 a { background-color: rgb(220,212,17); }

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

border-color css

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

 span { border-color: rgb(220,212,17); }

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