Html Css Color HEX #DBD80C Barberry

📋 copy color: '#DBD80C'

red 219 ◦ green 216 ◦ blue 12

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

Shades of Barberry #DBD80C

Tints of Barberry #DBD80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 48.99%
G = 48.32%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBD80C (or 0xDBD80C) is known color: Barberry. HEX triplet: DB, D8 and 0C. RGB value is (219,216,12). Sum of RGB (Red+Green+Blue) = 219+216+12=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD80C is #2427F3. Grayscale: #C2C2C2. Windows color (decimal): -2369524 or 841947. OLE color: 841947.

HSL color Cylindrical-coordinate representation of color #DBD80C: hue angle of 59.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBD80C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 216 12 -
CMYK 0 0.01 0.95 0.14
HSL 59.13º 0.9% 0.45% -
HSV(B) 59.13º 0.95% 0.86% -
XYZ 53.84 64.2 9.9 -
YUV 193.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 219 216 12 0 0.01 0.95 0.14 59.13 0.9 0.45
Hex DB D8 C 0 1 5F E 3B 5A 2D
Octal 333 330 14 0 1 137 16 73 132 55
Binary 11011011 11011000 1100 0 1 1011111 1110 111011 1011010 101101

Color Harmonies of #DBD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD80C

Black with #DBD80C

Text Example


Text Example

White with #DBD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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