Html Css Color HEX #DBCA20 Barberry

📋 copy color: '#DBCA20'

red 219 ◦ green 202 ◦ blue 32

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

Shades of Barberry #DBCA20

Tints of Barberry #DBCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 48.34%
G = 44.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBCA20 (or 0xDBCA20) is known color: Barberry. HEX triplet: DB, CA and 20. RGB value is (219,202,32). Sum of RGB (Red+Green+Blue) = 219+202+32=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA20 is #2435DF. Grayscale: #BCBCBC. Windows color (decimal): -2373088 or 2149083. OLE color: 2149083.

HSL color Cylindrical-coordinate representation of color #DBCA20: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBCA20 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 32 -
CMYK 0 0.08 0.85 0.14
HSL 54.55º 0.75% 0.49% -
HSV(B) 54.55º 0.85% 0.86% -
XYZ 50.59 57.41 9.78 -
YUV 187.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 219 202 32 0 0.08 0.85 0.14 54.55 0.75 0.49
Hex DB CA 20 0 8 55 E 37 4B 31
Octal 333 312 40 0 10 125 16 67 113 61
Binary 11011011 11001010 100000 0 1000 1010101 1110 110111 1001011 110001

Color Harmonies of #DBCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA20

Black with #DBCA20

Text Example


Text Example

White with #DBCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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