Html Css Color HEX #DBCA24 Barberry

📋 copy color: '#DBCA24'

red 219 ◦ green 202 ◦ blue 36

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

Shades of Barberry #DBCA24

Tints of Barberry #DBCA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.88%

R = 47.92%
G = 44.2%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCA24 (or 0xDBCA24) is known color: Barberry. HEX triplet: DB, CA and 24. RGB value is (219,202,36). Sum of RGB (Red+Green+Blue) = 219+202+36=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 36 (14.45% from 255 or 7.88% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA24 is #2435DB. Grayscale: #BCBCBC. Windows color (decimal): -2373084 or 2411227. OLE color: 2411227.

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

Color convert

RGB 219 202 36 -
CMYK 0 0.08 0.84 0.14
HSL 54.43º 0.72% 0.5% -
HSV(B) 54.43º 0.84% 0.86% -
XYZ 50.65 57.43 10.08 -
YUV 188.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 219 202 36 0 0.08 0.84 0.14 54.43 0.72 0.5
Hex DB CA 24 0 8 54 E 36 48 32
Octal 333 312 44 0 10 124 16 66 110 62
Binary 11011011 11001010 100100 0 1000 1010100 1110 110110 1001000 110010

Color Harmonies of #DBCA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA24

Black with #DBCA24

Text Example


Text Example

White with #DBCA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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