Html Css Color HEX #DBDE12 Barberry

📋 copy color: '#DBDE12'

red 219 ◦ green 222 ◦ blue 18

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

Shades of Barberry #DBDE12

Tints of Barberry #DBDE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 47.71%
G = 48.37%
B = 3.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DBDE12 (or 0xDBDE12) is known color: Barberry. HEX triplet: DB, DE and 12. RGB value is (219,222,18). Sum of RGB (Red+Green+Blue) = 219+222+18=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE12 is #2421ED. Grayscale: #C6C6C6. Windows color (decimal): -2367982 or 1236699. OLE color: 1236699.

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

Color convert

RGB 219 222 18 -
CMYK 0.01 0 0.92 0.13
HSL 60.88º 0.85% 0.47% -
HSV(B) 60.88º 0.92% 0.87% -
XYZ 55.44 67.35 10.65 -
YUV 197.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 219 222 18 0.01 0 0.92 0.13 60.88 0.85 0.47
Hex DB DE 12 1 0 5C D 3D 55 2F
Octal 333 336 22 1 0 134 15 75 125 57
Binary 11011011 11011110 10010 1 0 1011100 1101 111101 1010101 101111

Color Harmonies of #DBDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE12

Black with #DBDE12

Text Example


Text Example

White with #DBDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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