Html Css Color HEX #DBCA2C Barberry

📋 copy color: '#DBCA2C'

red 219 ◦ green 202 ◦ blue 44

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

Shades of Barberry #DBCA2C

Tints of Barberry #DBCA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 47.1%
G = 43.44%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBCA2C (or 0xDBCA2C) is known color: Barberry. HEX triplet: DB, CA and 2C. RGB value is (219,202,44). Sum of RGB (Red+Green+Blue) = 219+202+44=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA2C is #2435D3. Grayscale: #BDBDBD. Windows color (decimal): -2373076 or 2935515. OLE color: 2935515.

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

Color convert

RGB 219 202 44 -
CMYK 0 0.08 0.80 0.14
HSL 54.17º 0.71% 0.52% -
HSV(B) 54.17º 0.8% 0.86% -
XYZ 50.79 57.48 10.8 -
YUV 189.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 219 202 44 0 0.08 0.80 0.14 54.17 0.71 0.52
Hex DB CA 2C 0 8 50 E 36 47 34
Octal 333 312 54 0 10 120 16 66 107 64
Binary 11011011 11001010 101100 0 1000 1010000 1110 110110 1000111 110100

Color Harmonies of #DBCA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA2C

Black with #DBCA2C

Text Example


Text Example

White with #DBCA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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