Html Css Color HEX #DCDD11 Barberry

📋 copy color: '#DCDD11'

red 220 ◦ green 221 ◦ blue 17

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

Shades of Barberry #DCDD11

Tints of Barberry #DCDD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

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

R = 48.03%
G = 48.25%
B = 3.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DCDD11 (or 0xDCDD11) is known color: Barberry. HEX triplet: DC, DD and 11. RGB value is (220,221,17). Sum of RGB (Red+Green+Blue) = 220+221+17=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD11 is #2322EE. Grayscale: #C6C6C6. Windows color (decimal): -2302703 or 1170908. OLE color: 1170908.

HSL color Cylindrical-coordinate representation of color #DCDD11: hue angle of 60.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCDD11 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 17 -
CMYK 0.00 0 0.92 0.13
HSL 60.29º 0.86% 0.47% -
HSV(B) 60.29º 0.92% 0.87% -
XYZ 55.47 66.97 10.53 -
YUV 197.45 26.17 144.09 -
System Red Green Blue C M Y K H S L
Decimal 220 221 17 0.00 0 0.92 0.13 60.29 0.86 0.47
Hex DC DD 11 0 0 5C D 3C 56 2F
Octal 334 335 21 0 0 134 15 74 126 57
Binary 11011100 11011101 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DCDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD11

Black with #DCDD11

Text Example


Text Example

White with #DCDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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