Html Css Color HEX #DBD91C Barberry

📋 copy color: '#DBD91C'

red 219 ◦ green 217 ◦ blue 28

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

Shades of Barberry #DBD91C

Tints of Barberry #DBD91C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.77%

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

R = 47.2%
G = 46.77%
B = 6.03%

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

#DBD91C (or 0xDBD91C) is known color: Barberry. HEX triplet: DB, D9 and 1C. RGB value is (219,217,28). Sum of RGB (Red+Green+Blue) = 219+217+28=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD91C is #2426E3. Grayscale: #C4C4C4. Windows color (decimal): -2369252 or 1890779. OLE color: 1890779.

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

Color convert

RGB 219 217 28 -
CMYK 0 0.01 0.87 0.14
HSL 59.37º 0.77% 0.48% -
HSV(B) 59.37º 0.87% 0.86% -
XYZ 54.24 64.77 10.74 -
YUV 196.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 219 217 28 0 0.01 0.87 0.14 59.37 0.77 0.48
Hex DB D9 1C 0 1 57 E 3B 4D 30
Octal 333 331 34 0 1 127 16 73 115 60
Binary 11011011 11011001 11100 0 1 1010111 1110 111011 1001101 110000

Color Harmonies of #DBD91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD91C

Black with #DBD91C

Text Example


Text Example

White with #DBD91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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