Html Css Color HEX #DBCA26 Barberry

📋 copy color: '#DBCA26'

red 219 ◦ green 202 ◦ blue 38

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

Shades of Barberry #DBCA26

Tints of Barberry #DBCA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.28%

R = 47.71%
G = 44.01%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBCA26 (or 0xDBCA26) is known color: Barberry. HEX triplet: DB, CA and 26. RGB value is (219,202,38). Sum of RGB (Red+Green+Blue) = 219+202+38=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA26 is #2435D9. Grayscale: #BDBDBD. Windows color (decimal): -2373082 or 2542299. OLE color: 2542299.

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

Color convert

RGB 219 202 38 -
CMYK 0 0.08 0.83 0.14
HSL 54.36º 0.72% 0.5% -
HSV(B) 54.36º 0.83% 0.86% -
XYZ 50.68 57.44 10.25 -
YUV 188.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 219 202 38 0 0.08 0.83 0.14 54.36 0.72 0.5
Hex DB CA 26 0 8 53 E 36 48 32
Octal 333 312 46 0 10 123 16 66 110 62
Binary 11011011 11001010 100110 0 1000 1010011 1110 110110 1001000 110010

Color Harmonies of #DBCA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA26

Black with #DBCA26

Text Example


Text Example

White with #DBCA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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