Html Css Color HEX #DBDC0F Barberry

📋 copy color: '#DBDC0F'

red 219 ◦ green 220 ◦ blue 15

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

Shades of Barberry #DBDC0F

Tints of Barberry #DBDC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 48.24%
G = 48.46%
B = 3.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBDC0F (or 0xDBDC0F) is known color: Barberry. HEX triplet: DB, DC and 0F. RGB value is (219,220,15). Sum of RGB (Red+Green+Blue) = 219+220+15=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC0F is #2423F0. Grayscale: #C5C5C5. Windows color (decimal): -2368497 or 1039579. OLE color: 1039579.

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

Color convert

RGB 219 220 15 -
CMYK 0.00 0 0.93 0.14
HSL 60.29º 0.87% 0.46% -
HSV(B) 60.29º 0.93% 0.86% -
XYZ 54.89 66.28 10.35 -
YUV 196.33 25.67 144.17 -
System Red Green Blue C M Y K H S L
Decimal 219 220 15 0.00 0 0.93 0.14 60.29 0.87 0.46
Hex DB DC F 0 0 5D E 3C 57 2E
Octal 333 334 17 0 0 135 16 74 127 56
Binary 11011011 11011100 1111 0 0 1011101 1110 111100 1010111 101110

Color Harmonies of #DBDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC0F

Black with #DBDC0F

Text Example


Text Example

White with #DBDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC0F; }

 p { color: rgb(219,220,15); }

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

background-color css

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

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

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

border-color css

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

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

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