Html Css Color HEX #DBDA1C Barberry

📋 copy color: '#DBDA1C'

red 219 ◦ green 218 ◦ blue 28

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

Shades of Barberry #DBDA1C

Tints of Barberry #DBDA1C

RGB

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

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

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

R = 47.1%
G = 46.88%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBDA1C (or 0xDBDA1C) is known color: Barberry. HEX triplet: DB, DA and 1C. RGB value is (219,218,28). Sum of RGB (Red+Green+Blue) = 219+218+28=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA1C is #2425E3. Grayscale: #C5C5C5. Windows color (decimal): -2368996 or 1891035. OLE color: 1891035.

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

Color convert

RGB 219 218 28 -
CMYK 0 0.00 0.87 0.14
HSL 59.69º 0.77% 0.48% -
HSV(B) 59.69º 0.87% 0.86% -
XYZ 54.49 65.29 10.83 -
YUV 196.64 32.83 143.95 -
System Red Green Blue C M Y K H S L
Decimal 219 218 28 0 0.00 0.87 0.14 59.69 0.77 0.48
Hex DB DA 1C 0 0 57 E 3C 4D 30
Octal 333 332 34 0 0 127 16 74 115 60
Binary 11011011 11011010 11100 0 0 1010111 1110 111100 1001101 110000

Color Harmonies of #DBDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA1C

Black with #DBDA1C

Text Example


Text Example

White with #DBDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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