Html Css Color HEX #DBCE2B Barberry

📋 copy color: '#DBCE2B'

red 219 ◦ green 206 ◦ blue 43

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

Shades of Barberry #DBCE2B

Tints of Barberry #DBCE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

 BLUE value IS 43 (17.19% from 255) = 9.19%

R = 46.79%
G = 44.02%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBCE2B (or 0xDBCE2B) is known color: Barberry. HEX triplet: DB, CE and 2B. RGB value is (219,206,43). Sum of RGB (Red+Green+Blue) = 219+206+43=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE2B is #2431D4. Grayscale: #BFBFBF. Windows color (decimal): -2372053 or 2871003. OLE color: 2871003.

HSL color Cylindrical-coordinate representation of color #DBCE2B: hue angle of 55.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCE2B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 206 43 -
CMYK 0 0.06 0.80 0.14
HSL 55.57º 0.71% 0.51% -
HSV(B) 55.57º 0.8% 0.86% -
XYZ 51.72 59.38 11.02 -
YUV 191.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 219 206 43 0 0.06 0.80 0.14 55.57 0.71 0.51
Hex DB CE 2B 0 6 50 E 38 47 33
Octal 333 316 53 0 6 120 16 70 107 63
Binary 11011011 11001110 101011 0 110 1010000 1110 111000 1000111 110011

Color Harmonies of #DBCE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE2B

Black with #DBCE2B

Text Example


Text Example

White with #DBCE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE2B; }

 p { color: rgb(219,206,43); }

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

background-color css

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

 a { background-color: rgb(219,206,43); }

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

border-color css

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

 span { border-color: rgb(219,206,43); }

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