Html Css Color HEX #DCD511 Barberry

📋 copy color: '#DCD511'

red 220 ◦ green 213 ◦ blue 17

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

Shades of Barberry #DCD511

Tints of Barberry #DCD511

RGB

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

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

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

R = 48.89%
G = 47.33%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCD511 (or 0xDCD511) is known color: Barberry. HEX triplet: DC, D5 and 11. RGB value is (220,213,17). Sum of RGB (Red+Green+Blue) = 220+213+17=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD511 is #232AEE. Grayscale: #C1C1C1. Windows color (decimal): -2304751 or 1168860. OLE color: 1168860.

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

Color convert

RGB 220 213 17 -
CMYK 0 0.03 0.92 0.14
HSL 57.93º 0.86% 0.46% -
HSV(B) 57.93º 0.92% 0.86% -
XYZ 53.41 62.84 9.85 -
YUV 192.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 220 213 17 0 0.03 0.92 0.14 57.93 0.86 0.46
Hex DC D5 11 0 3 5C E 3A 56 2E
Octal 334 325 21 0 3 134 16 72 126 56
Binary 11011100 11010101 10001 0 11 1011100 1110 111010 1010110 101110

Color Harmonies of #DCD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD511

Black with #DCD511

Text Example


Text Example

White with #DCD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD511; }

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

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

background-color css

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

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

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

border-color css

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

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

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