Html Css Color HEX #DBCA21 Barberry

📋 copy color: '#DBCA21'

red 219 ◦ green 202 ◦ blue 33

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

Shades of Barberry #DBCA21

Tints of Barberry #DBCA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.27%

R = 48.24%
G = 44.49%
B = 7.27%

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

#DBCA21 (or 0xDBCA21) is known color: Barberry. HEX triplet: DB, CA and 21. RGB value is (219,202,33). Sum of RGB (Red+Green+Blue) = 219+202+33=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA21 is #2435DE. Grayscale: #BCBCBC. Windows color (decimal): -2373087 or 2214619. OLE color: 2214619.

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

Color convert

RGB 219 202 33 -
CMYK 0 0.08 0.85 0.14
HSL 54.52º 0.74% 0.49% -
HSV(B) 54.52º 0.85% 0.86% -
XYZ 50.61 57.41 9.85 -
YUV 187.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 219 202 33 0 0.08 0.85 0.14 54.52 0.74 0.49
Hex DB CA 21 0 8 55 E 37 4A 31
Octal 333 312 41 0 10 125 16 67 112 61
Binary 11011011 11001010 100001 0 1000 1010101 1110 110111 1001010 110001

Color Harmonies of #DBCA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA21

Black with #DBCA21

Text Example


Text Example

White with #DBCA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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