Html Css Color HEX #DBDB1C Barberry

📋 copy color: '#DBDB1C'

red 219 ◦ green 219 ◦ blue 28

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

Shades of Barberry #DBDB1C

Tints of Barberry #DBDB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.01%

R = 47%
G = 47%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBDB1C (or 0xDBDB1C) is known color: Barberry. HEX triplet: DB, DB and 1C. RGB value is (219,219,28). Sum of RGB (Red+Green+Blue) = 219+219+28=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB1C is #2424E3. Grayscale: #C5C5C5. Windows color (decimal): -2368740 or 1891291. OLE color: 1891291.

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

Color convert

RGB 219 219 28 -
CMYK 0 0 0.87 0.14
HSL 60º 0.77% 0.48% -
HSV(B) 60º 0.87% 0.86% -
XYZ 54.75 65.81 10.91 -
YUV 197.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 219 219 28 0 0 0.87 0.14 60 0.77 0.48
Hex DB DB 1C 0 0 57 E 3C 4D 30
Octal 333 333 34 0 0 127 16 74 115 60
Binary 11011011 11011011 11100 0 0 1010111 1110 111100 1001101 110000

Color Harmonies of #DBDB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB1C

Black with #DBDB1C

Text Example


Text Example

White with #DBDB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB1C; }

 p { color: rgb(219,219,28); }

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

background-color css

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

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

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

border-color css

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

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

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