Html Css Color HEX #DBD81C Barberry

📋 copy color: '#DBD81C'

red 219 ◦ green 216 ◦ blue 28

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

Shades of Barberry #DBD81C

Tints of Barberry #DBD81C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

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

R = 47.3%
G = 46.65%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBD81C (or 0xDBD81C) is known color: Barberry. HEX triplet: DB, D8 and 1C. RGB value is (219,216,28). Sum of RGB (Red+Green+Blue) = 219+216+28=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD81C is #2427E3. Grayscale: #C4C4C4. Windows color (decimal): -2369508 or 1890523. OLE color: 1890523.

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

Color convert

RGB 219 216 28 -
CMYK 0 0.01 0.87 0.14
HSL 59.06º 0.77% 0.48% -
HSV(B) 59.06º 0.87% 0.86% -
XYZ 53.98 64.26 10.66 -
YUV 195.47 33.49 144.79 -
System Red Green Blue C M Y K H S L
Decimal 219 216 28 0 0.01 0.87 0.14 59.06 0.77 0.48
Hex DB D8 1C 0 1 57 E 3B 4D 30
Octal 333 330 34 0 1 127 16 73 115 60
Binary 11011011 11011000 11100 0 1 1010111 1110 111011 1001101 110000

Color Harmonies of #DBD81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD81C

Black with #DBD81C

Text Example


Text Example

White with #DBD81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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