Html Css Color HEX #DBDA1B Barberry

📋 copy color: '#DBDA1B'

red 219 ◦ green 218 ◦ blue 27

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

Shades of Barberry #DBDA1B

Tints of Barberry #DBDA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

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

R = 47.2%
G = 46.98%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBDA1B (or 0xDBDA1B) is known color: Barberry. HEX triplet: DB, DA and 1B. RGB value is (219,218,27). Sum of RGB (Red+Green+Blue) = 219+218+27=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA1B is #2425E4. Grayscale: #C5C5C5. Windows color (decimal): -2368997 or 1825499. OLE color: 1825499.

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

Color convert

RGB 219 218 27 -
CMYK 0 0.00 0.88 0.14
HSL 59.69º 0.78% 0.48% -
HSV(B) 59.69º 0.88% 0.86% -
XYZ 54.48 65.28 10.77 -
YUV 196.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 219 218 27 0 0.00 0.88 0.14 59.69 0.78 0.48
Hex DB DA 1B 0 0 58 E 3C 4E 30
Octal 333 332 33 0 0 130 16 74 116 60
Binary 11011011 11011010 11011 0 0 1011000 1110 111100 1001110 110000

Color Harmonies of #DBDA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA1B

Black with #DBDA1B

Text Example


Text Example

White with #DBDA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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