Html Css Color HEX #DBCB22 Barberry

📋 copy color: '#DBCB22'

red 219 ◦ green 203 ◦ blue 34

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

Shades of Barberry #DBCB22

Tints of Barberry #DBCB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.46%

R = 48.03%
G = 44.52%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCB22 (or 0xDBCB22) is known color: Barberry. HEX triplet: DB, CB and 22. RGB value is (219,203,34). Sum of RGB (Red+Green+Blue) = 219+203+34=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB22 is #2434DD. Grayscale: #BDBDBD. Windows color (decimal): -2372830 or 2280411. OLE color: 2280411.

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

Color convert

RGB 219 203 34 -
CMYK 0 0.07 0.84 0.14
HSL 54.81º 0.73% 0.5% -
HSV(B) 54.81º 0.84% 0.86% -
XYZ 50.86 57.89 10.01 -
YUV 188.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 219 203 34 0 0.07 0.84 0.14 54.81 0.73 0.5
Hex DB CB 22 0 7 54 E 37 49 32
Octal 333 313 42 0 7 124 16 67 111 62
Binary 11011011 11001011 100010 0 111 1010100 1110 110111 1001001 110010

Color Harmonies of #DBCB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB22

Black with #DBCB22

Text Example


Text Example

White with #DBCB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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