Html Css Color HEX #DBDC1A Barberry

📋 copy color: '#DBDC1A'

red 219 ◦ green 220 ◦ blue 26

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

Shades of Barberry #DBDC1A

Tints of Barberry #DBDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.59%

R = 47.1%
G = 47.31%
B = 5.59%

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

#DBDC1A (or 0xDBDC1A) is known color: Barberry. HEX triplet: DB, DC and 1A. RGB value is (219,220,26). Sum of RGB (Red+Green+Blue) = 219+220+26=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC1A is #2423E5. Grayscale: #C6C6C6. Windows color (decimal): -2368486 or 1760475. OLE color: 1760475.

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

Color convert

RGB 219 220 26 -
CMYK 0.00 0 0.88 0.14
HSL 60.31º 0.79% 0.48% -
HSV(B) 60.31º 0.88% 0.86% -
XYZ 54.99 66.32 10.88 -
YUV 197.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 219 220 26 0.00 0 0.88 0.14 60.31 0.79 0.48
Hex DB DC 1A 0 0 58 E 3C 4F 30
Octal 333 334 32 0 0 130 16 74 117 60
Binary 11011011 11011100 11010 0 0 1011000 1110 111100 1001111 110000

Color Harmonies of #DBDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC1A

Black with #DBDC1A

Text Example


Text Example

White with #DBDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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