Html Css Color HEX #DBCA29 Barberry

📋 copy color: '#DBCA29'

red 219 ◦ green 202 ◦ blue 41

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

Shades of Barberry #DBCA29

Tints of Barberry #DBCA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.87%

R = 47.4%
G = 43.72%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBCA29 (or 0xDBCA29) is known color: Barberry. HEX triplet: DB, CA and 29. RGB value is (219,202,41). Sum of RGB (Red+Green+Blue) = 219+202+41=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA29 is #2435D6. Grayscale: #BDBDBD. Windows color (decimal): -2373079 or 2738907. OLE color: 2738907.

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

Color convert

RGB 219 202 41 -
CMYK 0 0.08 0.81 0.14
HSL 54.27º 0.71% 0.51% -
HSV(B) 54.27º 0.81% 0.86% -
XYZ 50.73 57.46 10.51 -
YUV 188.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 219 202 41 0 0.08 0.81 0.14 54.27 0.71 0.51
Hex DB CA 29 0 8 51 E 36 47 33
Octal 333 312 51 0 10 121 16 66 107 63
Binary 11011011 11001010 101001 0 1000 1010001 1110 110110 1000111 110011

Color Harmonies of #DBCA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA29

Black with #DBCA29

Text Example


Text Example

White with #DBCA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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