Html Css Color HEX #DBDE0B Barberry

📋 copy color: '#DBDE0B'

red 219 ◦ green 222 ◦ blue 11

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

Shades of Barberry #DBDE0B

Tints of Barberry #DBDE0B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 48.45%
G = 49.12%
B = 2.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DBDE0B (or 0xDBDE0B) is known color: Barberry. HEX triplet: DB, DE and 0B. RGB value is (219,222,11). Sum of RGB (Red+Green+Blue) = 219+222+11=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE0B is #2421F4. Grayscale: #C5C5C5. Windows color (decimal): -2367989 or 777947. OLE color: 777947.

HSL color Cylindrical-coordinate representation of color #DBDE0B: hue angle of 60.85º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBDE0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 11 -
CMYK 0.01 0 0.95 0.13
HSL 60.85º 0.91% 0.46% -
HSV(B) 60.85º 0.95% 0.87% -
XYZ 55.4 67.33 10.39 -
YUV 197.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 219 222 11 0.01 0 0.95 0.13 60.85 0.91 0.46
Hex DB DE B 1 0 5F D 3D 5B 2E
Octal 333 336 13 1 0 137 15 75 133 56
Binary 11011011 11011110 1011 1 0 1011111 1101 111101 1011011 101110

Color Harmonies of #DBDE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE0B

Black with #DBDE0B

Text Example


Text Example

White with #DBDE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE0B; }

 p { color: rgb(219,222,11); }

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

background-color css

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

 a { background-color: rgb(219,222,11); }

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

border-color css

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

 span { border-color: rgb(219,222,11); }

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