Html Css Color HEX #DBDC1B Barberry

📋 copy color: '#DBDC1B'

red 219 ◦ green 220 ◦ blue 27

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

Shades of Barberry #DBDC1B

Tints of Barberry #DBDC1B

RGB

 RED value IS 219 (85.94% from 255) = 47%

 GREEN value IS 220 (86.33% from 255) = 47.21%

 BLUE value IS 27 (10.94% from 255) = 5.79%

R = 47%
G = 47.21%
B = 5.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBDC1B (or 0xDBDC1B) is known color: Barberry. HEX triplet: DB, DC and 1B. RGB value is (219,220,27). Sum of RGB (Red+Green+Blue) = 219+220+27=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC1B is #2423E4. Grayscale: #C6C6C6. Windows color (decimal): -2368485 or 1826011. OLE color: 1826011.

HSL color Cylindrical-coordinate representation of color #DBDC1B: hue angle of 60.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBDC1B is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 27 -
CMYK 0.00 0 0.88 0.14
HSL 60.31º 0.78% 0.48% -
HSV(B) 60.31º 0.88% 0.86% -
XYZ 55 66.33 10.94 -
YUV 197.7 31.67 143.19 -
System Red Green Blue C M Y K H S L
Decimal 219 220 27 0.00 0 0.88 0.14 60.31 0.78 0.48
Hex DB DC 1B 0 0 58 E 3C 4E 30
Octal 333 334 33 0 0 130 16 74 116 60
Binary 11011011 11011100 11011 0 0 1011000 1110 111100 1001110 110000

Color Harmonies of #DBDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC1B

Black with #DBDC1B

Text Example


Text Example

White with #DBDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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