Html Css Color HEX #DCDB11 Barberry

📋 copy color: '#DCDB11'

red 220 ◦ green 219 ◦ blue 17

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

Shades of Barberry #DCDB11

Tints of Barberry #DCDB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

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

R = 48.25%
G = 48.03%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCDB11 (or 0xDCDB11) is known color: Barberry. HEX triplet: DC, DB and 11. RGB value is (220,219,17). Sum of RGB (Red+Green+Blue) = 220+219+17=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB11 is #2324EE. Grayscale: #C5C5C5. Windows color (decimal): -2303215 or 1170396. OLE color: 1170396.

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

Color convert

RGB 220 219 17 -
CMYK 0 0.00 0.92 0.14
HSL 59.7º 0.86% 0.46% -
HSV(B) 59.7º 0.92% 0.86% -
XYZ 54.95 65.92 10.36 -
YUV 196.27 26.83 144.93 -
System Red Green Blue C M Y K H S L
Decimal 220 219 17 0 0.00 0.92 0.14 59.7 0.86 0.46
Hex DC DB 11 0 0 5C E 3C 56 2E
Octal 334 333 21 0 0 134 16 74 126 56
Binary 11011100 11011011 10001 0 0 1011100 1110 111100 1010110 101110

Color Harmonies of #DCDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB11

Black with #DCDB11

Text Example


Text Example

White with #DCDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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