Html Css Color HEX #DBCE2C Barberry

📋 copy color: '#DBCE2C'

red 219 ◦ green 206 ◦ blue 44

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

Shades of Barberry #DBCE2C

Tints of Barberry #DBCE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.38%

R = 46.7%
G = 43.92%
B = 9.38%

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

#DBCE2C (or 0xDBCE2C) is known color: Barberry. HEX triplet: DB, CE and 2C. RGB value is (219,206,44). Sum of RGB (Red+Green+Blue) = 219+206+44=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE2C is #2431D3. Grayscale: #C0C0C0. Windows color (decimal): -2372052 or 2936539. OLE color: 2936539.

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

Color convert

RGB 219 206 44 -
CMYK 0 0.06 0.80 0.14
HSL 55.54º 0.71% 0.52% -
HSV(B) 55.54º 0.8% 0.86% -
XYZ 51.74 59.38 11.12 -
YUV 191.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 219 206 44 0 0.06 0.80 0.14 55.54 0.71 0.52
Hex DB CE 2C 0 6 50 E 38 47 34
Octal 333 316 54 0 6 120 16 70 107 64
Binary 11011011 11001110 101100 0 110 1010000 1110 111000 1000111 110100

Color Harmonies of #DBCE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE2C

Black with #DBCE2C

Text Example


Text Example

White with #DBCE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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