Html Css Color HEX #DBCB29 Barberry

📋 copy color: '#DBCB29'

red 219 ◦ green 203 ◦ blue 41

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

Shades of Barberry #DBCB29

Tints of Barberry #DBCB29

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 47.3%
G = 43.84%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBCB29 (or 0xDBCB29) is known color: Barberry. HEX triplet: DB, CB and 29. RGB value is (219,203,41). Sum of RGB (Red+Green+Blue) = 219+203+41=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB29 is #2434D6. Grayscale: #BDBDBD. Windows color (decimal): -2372823 or 2739163. OLE color: 2739163.

HSL color Cylindrical-coordinate representation of color #DBCB29: hue angle of 54.61º 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 #DBCB29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 41 -
CMYK 0 0.07 0.81 0.14
HSL 54.61º 0.71% 0.51% -
HSV(B) 54.61º 0.81% 0.86% -
XYZ 50.97 57.93 10.59 -
YUV 189.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 219 203 41 0 0.07 0.81 0.14 54.61 0.71 0.51
Hex DB CB 29 0 7 51 E 37 47 33
Octal 333 313 51 0 7 121 16 67 107 63
Binary 11011011 11001011 101001 0 111 1010001 1110 110111 1000111 110011

Color Harmonies of #DBCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB29

Black with #DBCB29

Text Example


Text Example

White with #DBCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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